Skip to content

Commit

Permalink
Add setuptools to build-system requires for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
agates committed Oct 15, 2022
1 parent 63487d8 commit d9d8703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ server = ["pyzmq"]
podping = "podping_hivewriter.cli.podping:app"

[build-system]
requires = ["poetry-core>=1.0.0", "capnpy"]
requires = ["setuptools", "poetry-core>=1.0.0", "capnpy"]
build-backend = "poetry.core.masonry.api"

[tool.black]
Expand Down

0 comments on commit d9d8703

Please sign in to comment.