We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c8f2f commit db2a3bfCopy full SHA for db2a3bf
2 files changed
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools", "wheel"]
+requires = ["setuptools<81.0.0", "wheel"]
3
4
[tool.black]
5
line-length = 79
tox.ini
@@ -88,5 +88,5 @@ commands =
88
# build wheel from sdist
89
pip wheel -v --no-deps --no-index --no-build-isolation --wheel-dir {toxinidir}/dist --find-links {toxinidir}/dist deform
90
deps =
91
- setuptools
+ setuptools<81.0.0
92
wheel
0 commit comments