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 63716ad commit 61ac89dCopy full SHA for 61ac89d
pyproject.toml
@@ -26,8 +26,8 @@ script = "build.py"
26
build = "cp313-*"
27
test-requires = "pytest"
28
test-command = "pytest {project}/tests"
29
-before-build = "pip install setuptools"
+before-build = "pip install setuptools build"
30
31
[build-system]
32
-requires = ["poetry-core>=1.0.0", "setuptools>=80.9.0"]
+requires = ["poetry-core", "setuptools"]
33
build-backend = "poetry.core.masonry.api"
0 commit comments