Skip to content

Commit 7d4a4d0

Browse files
committed
pyproject.toml: Constrain the setuptools version
PEP 639 describing `license` and `license-files` is supported in setuptools starting from version 77.0.3: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-and-license-files Let's add this requirement to `pyproject.toml`.
1 parent 6c1d15d commit 7d4a4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools"]
2+
requires = ["setuptools >= 77.0.3"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)