Skip to content

Commit fc9b55c

Browse files
authored
Merge pull request #1531 from moduon/poetry-core
build: update backend to poetry-core
2 parents 5013072 + 22ecc74 commit fc9b55c

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
@@ -37,8 +37,8 @@ charon = 'nixops.__main__:main'
3737

3838

3939
[build-system]
40-
requires = ["poetry>=0.12"]
41-
build-backend = "poetry.masonry.api"
40+
requires = ["poetry-core>=1"]
41+
build-backend = "poetry.core.masonry.api"
4242

4343
[tool.pytest.ini_options]
4444
addopts = """

0 commit comments

Comments
 (0)