Skip to content

Commit

Permalink
Update build-system for Poetry >=1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paw-lu committed Oct 27, 2020
1 parent f858e83 commit 15d3b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ show_missing = true
fail_under = 100

[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 15d3b25

Please sign in to comment.