forked from Github-Mirrors/canaille
Merge branch 'poetry-core' into 'main'
Use poetry-core as build backend See merge request yaal/canaille!178
This commit is contained in:
commit
a7e56efd9f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry>=1.0.0", "babel", "setuptools; python_version>='3.12'"]
|
requires = ["poetry-core>=1.0.0", "babel", "setuptools; python_version>='3.12'"]
|
||||||
build-backend = "poetry.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool]
|
[tool]
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
|
|
Loading…
Reference in a new issue