We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab43ac commit 99f15d0Copy full SHA for 99f15d0
pyproject.toml
@@ -1,5 +1,7 @@
1
[build-system]
2
-requires = ["setuptools<=64.0.0", "wheel<=0.38.0"]
+requires = [
3
+ "setuptools>=42",
4
+]
5
build-backend = "setuptools.build_meta"
6
7
[project]
0 commit comments