Updates poetry build system to poetry-core

This commit is contained in:
Saptak S 2023-04-09 20:24:48 +05:30
parent 6979ef4803
commit a05d7af729
No known key found for this signature in database
GPG key ID: 7B7F1772C0C6FCBF

View file

@ -40,5 +40,5 @@ pytest = ">=7.2.0"
onionshare-cli = 'onionshare_cli:main'
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"