mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
Updates poetry build system to poetry-core
This commit is contained in:
parent
6979ef4803
commit
a05d7af729
1 changed files with 2 additions and 2 deletions
|
@ -40,5 +40,5 @@ pytest = ">=7.2.0"
|
||||||
onionshare-cli = 'onionshare_cli:main'
|
onionshare-cli = 'onionshare_cli:main'
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry>=0.12"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
Loading…
Reference in a new issue