Skip to content

Commit 3230efb

Browse files
committed
Enable building normalized wheel/sdists for new pypi requirements
1 parent 0024cd8 commit 3230efb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[build-system]
2-
# Supports python 3.7 building
3-
requires = ["setuptools <= 68.0.0"]
2+
# PyPi.org requires normalized package names. The wheel/sdists must be built
3+
# 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"]
46
build-backend = "setuptools.build_meta"
57

68
[project]

0 commit comments

Comments
 (0)