Skip to content

Commit

Permalink
Change: Update build system to use poetry-core
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Apr 19, 2023
1 parent aec49ef commit 56e2c95
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
@@ -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-plugin-isort"
Expand Down

0 comments on commit 56e2c95

Please sign in to comment.