Skip to content

Commit

Permalink
Use poetry-core as build backend
Browse files Browse the repository at this point in the history
The poetry build backend was split into the package poetry-core.

See also
https://python-poetry.org/docs/pyproject/#poetry-and-pep-517
NixOS/nixpkgs#103325
  • Loading branch information
erictapen authored Aug 30, 2024
1 parent 952dffc commit 608f727
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 608f727

Please sign in to comment.