Skip to content

Commit

Permalink
Merge pull request #130 from housepbass/update_poetry_backend
Browse files Browse the repository at this point in the history
Update pyproject build-system
  • Loading branch information
jvanderaa authored Nov 1, 2023
2 parents b6c9f9f + 5358af9 commit 986b003
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 @@ -106,8 +106,8 @@ notes = """,
"""

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.pytest.ini_options]
testpaths = "tests/"
Expand Down

0 comments on commit 986b003

Please sign in to comment.