Skip to content

Commit 1e11d31

Browse files
committed
Add setuptools to build requirements
1 parent 3cfe600 commit 1e11d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ generate-setup-file = true
9999
script = "build.py"
100100

101101
[build-system]
102-
requires = ["poetry-core>=1.0.0"]
102+
requires = ["poetry-core>=1.0.0", "setuptools"]
103103
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)