Skip to content

Commit 61ac89d

Browse files
fix: build
1 parent 63716ad commit 61ac89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ script = "build.py"
2626
build = "cp313-*"
2727
test-requires = "pytest"
2828
test-command = "pytest {project}/tests"
29-
before-build = "pip install setuptools"
29+
before-build = "pip install setuptools build"
3030

3131
[build-system]
32-
requires = ["poetry-core>=1.0.0", "setuptools>=80.9.0"]
32+
requires = ["poetry-core", "setuptools"]
3333
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)