diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 05b7bd4..b8a39f4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -21,7 +21,7 @@ jobs: pip3 install build && python3 -m build - - name: Check wheel + - name: Check wheels run: | twine check dist/* && pip3 install dist/modular_time_fuzzer_GOGO-0.0.1-py3-none-any.whl --force-reinstall diff --git a/pyproject.toml b/pyproject.toml index 34b62d1..1188437 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ readme = "README.md" requires-python = ">=3.8" classifiers = [ "Programming Language :: Python :: 3", - "License :: OSI Approved :: PROPRIETARY License", "Operating System :: OS Independent", ]