Skip to content

Commit 608f727

Browse files
authored
Use poetry-core as build backend
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
1 parent 952dffc commit 608f727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["poetry>=1.0.0"]
3-
build-backend = "poetry.masonry.api"
2+
requires = ["poetry-core>=1.0.0"]
3+
build-backend = "poetry.core.masonry.api"
44

55
[tool]
66
[tool.poetry]

0 commit comments

Comments
 (0)