Skip to content

Commit 1216a9e

Browse files
committed
build: use poetry_core to build instead of poetry
1 parent 6ddd68d commit 1216a9e

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
@@ -116,5 +116,5 @@ known_first_party = ["commitizen", "tests"]
116116
]
117117

118118
[build-system]
119-
requires = ["poetry>=0.12"]
120-
build-backend = "poetry.masonry.api"
119+
requires = ["poetry_core>=1.0.0"]
120+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)