mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Update build-system entry in pyproject.toml
Update the `build-backend` attribute, in accordance with the Python Poetry docs [1]. Also, bump the minimum required poetry-core version to 1.2.0, since this is the version that introduced the Poetry dependency groups [2], i.e., the [tool.poetry.group] sections in pyproject.toml. [1]: https://python-poetry.org/docs/pyproject/#poetry-and-pep-517 [2]: https://python-poetry.org/docs/managing-dependencies/#dependency-groups
This commit is contained in:
parent
b83d2495eb
commit
5431e059bf
1 changed files with 2 additions and 2 deletions
|
@ -51,5 +51,5 @@ skip = [".gitignore"]
|
|||
follow_links = false
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=1.1.4"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
requires = ["poetry-core>=1.2.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
Loading…
Reference in a new issue