Skip to content

Commit

Permalink
Merge pull request #2 from Edrolo/update-poetry
Browse files Browse the repository at this point in the history
Update build-system poetry version to allow editable install
  • Loading branch information
MattFisher authored Aug 16, 2024
2 parents 8e59a37 + 602940f commit a6729a4
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
Expand Up @@ -124,5 +124,5 @@ target-version = "py38"
exclude = []

[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 a6729a4

Please sign in to comment.