Skip to content

Commit

Permalink
fix for setuptools bug;
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Feb 9, 2021
1 parent 0d2b99c commit c70f524
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 @@ -176,5 +176,5 @@ docutils = "*"
safety = "^1.9"

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

0 comments on commit c70f524

Please sign in to comment.