Skip to content

Commit

Permalink
Merge pull request #9 from erictapen/patch-1
Browse files Browse the repository at this point in the history
Use poetry-core as build backend
  • Loading branch information
azmeuk authored Aug 30, 2024
2 parents 952dffc + 608f727 commit ab0c6bb
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>=1.0.0"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool]
[tool.poetry]
Expand Down

0 comments on commit ab0c6bb

Please sign in to comment.