Skip to content

Commit db2a3bf

Browse files
committed
Don't use latest version of setuptools
1 parent f7c8f2f commit db2a3bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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", "wheel"]
2+
requires = ["setuptools<81.0.0", "wheel"]
33

44
[tool.black]
55
line-length = 79

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ commands =
8888
# build wheel from sdist
8989
pip wheel -v --no-deps --no-index --no-build-isolation --wheel-dir {toxinidir}/dist --find-links {toxinidir}/dist deform
9090
deps =
91-
setuptools
91+
setuptools<81.0.0
9292
wheel

0 commit comments

Comments
 (0)