Skip to content

Commit

Permalink
Merge branch 'add-setuptools-pyproject' of 'https://github.com/vchrom…
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Apr 12, 2021
2 parents 9d48e19 + 7ca053a commit fe6f3c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@ grimoirelab-toolkit = "^0.1.12"
httpretty = "^0.9.6"

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

0 comments on commit fe6f3c9

Please sign in to comment.