We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0024cd8 commit 3230efbCopy full SHA for 3230efb
pyproject.toml
@@ -1,6 +1,8 @@
1
[build-system]
2
-# Supports python 3.7 building
3
-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.
4
+# but those versions can no longer be uploaded to pypi.org.
5
+requires = ["setuptools"]
6
build-backend = "setuptools.build_meta"
7
8
[project]
0 commit comments