Skip to content

Commit

Permalink
Change build backend to poetry-core
Browse files Browse the repository at this point in the history
  • Loading branch information
srstevenson committed Nov 12, 2020
1 parent 0ecdb25 commit 8f5741f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ pylint = "^2.6.0"
pytest = "^4.1"

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

0 comments on commit 8f5741f

Please sign in to comment.