diff --git a/.github/workflows/run-tox.yml b/.github/workflows/run-tox.yml index 367e0d5a..0ac01d40 100644 --- a/.github/workflows/run-tox.yml +++ b/.github/workflows/run-tox.yml @@ -149,5 +149,5 @@ jobs: with: name: pip-packages path: | - dist/Qt[._]py-*.whl - dist/Qt[._]py-*.tar.gz + dist/qt[._]py-*.whl + dist/qt[._]py-*.tar.gz diff --git a/pyproject.toml b/pyproject.toml index c5f42e8c..84379f72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,8 @@ [build-system] -# Supports python 3.7 building -requires = ["setuptools <= 68.0.0"] +# PyPi.org requires normalized package names. The wheel/sdists must be built +# with python 3.9 or newer. This will still build and install with python 3.7. +# but those versions can no longer be uploaded to pypi.org. +requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] diff --git a/src/Qt.py b/src/Qt.py index 360d546e..c66325ed 100644 --- a/src/Qt.py +++ b/src/Qt.py @@ -46,7 +46,7 @@ import json -__version__ = "2.0.0" +__version__ = "2.0.1" # Enable support for `from Qt import *` __all__ = [