Skip to content

Commit

Permalink
Specify minimum build system
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Oct 11, 2020
1 parent d929358 commit 66d6345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -101,5 +101,5 @@ logo = "art/logo.png"
palette = {scheme = "isort"}

[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 66d6345

Please sign in to comment.