Skip to content

Commit b009142

Browse files
authored
Merge pull request commitizen-tools#460 from dtrodrigues/poetry-core
build: use poetry_core to build instead of poetry
2 parents 7c7881f + 1216a9e commit b009142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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)