Skip to content

Commit

Permalink
Merge pull request #145 from openstates/poetry-build-system-update
Browse files Browse the repository at this point in the history
Update build-system in pyproject to a modern value
  • Loading branch information
jessemortenson authored Sep 30, 2024
2 parents d022813 + ecbb16c commit f409059
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 @@ -64,5 +64,5 @@ omit = [
]

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

Please sign in to comment.