Skip to content

Commit

Permalink
Merge pull request #427 from Spitfire1900/Spitfire1900-poetry-core
Browse files Browse the repository at this point in the history
Update pyproject.toml - use poetry-core
  • Loading branch information
jasonrbriggs committed Apr 12, 2024
2 parents 2c33ea5 + 946f43d commit 257bf8f
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 @@ -36,5 +36,5 @@ stomp = "stomp.__main__:main"
[tool.poetry_bumpversion.file."stomp/__init__.py"]

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

0 comments on commit 257bf8f

Please sign in to comment.