Skip to content

Commit

Permalink
Change: Use up-to-date build system for poetry in pyproject.toml
Browse files Browse the repository at this point in the history
poetrys interface for the build system has changed a while ago.
  • Loading branch information
bjoernricks committed Aug 2, 2022
1 parent 8c3054a commit 6e1bcc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "autohooks"
Expand Down

0 comments on commit 6e1bcc9

Please sign in to comment.