Skip to content

Commit 8cb90ec

Browse files
authored
lower setuptools (#55)
1 parent 0ec3091 commit 8cb90ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
# https://stackoverflow.com/a/69711730
3-
requires = ["setuptools>=64.0.0", "wheel", "pip"]
3+
#requires = ["setuptools>=64.0.0", "wheel", "pip"]
4+
requires = ["setuptools>=42", "wheel", "pip"]
45
build-backend = "setuptools.build_meta"
56

67
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)