Skip to content

Commit

Permalink
Add setuptools to build system requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SGenheden committed Dec 21, 2021
1 parent 82a60a5 commit 7dac875
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 @@ -43,5 +43,5 @@ min-public-methods = 0
disable = "W1201, W1203, R0401, W0707, W0221, W0603, R0801, typecheck"

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

0 comments on commit 7dac875

Please sign in to comment.