Skip to content

Commit

Permalink
Merge pull request #1531 from moduon/poetry-core
Browse files Browse the repository at this point in the history
build: update backend to poetry-core
  • Loading branch information
roberth committed Mar 1, 2023
2 parents 5013072 + 22ecc74 commit fc9b55c
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
Expand Up @@ -37,8 +37,8 @@ charon = 'nixops.__main__:main'


[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1"]
build-backend = "poetry.core.masonry.api"

[tool.pytest.ini_options]
addopts = """
Expand Down

0 comments on commit fc9b55c

Please sign in to comment.