Poetry recommends using poetry-core
and specifically poetry.core.masonry.api
as the build backend to reduce dependencies required for building package. See poetry documentation: https://python-poetry.org/docs/pyproject/#poetry-and-pep-517.
[build-system]
-requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"
+requires = ["poetry-core"]
+build-backend = "poetry.core.masonry.api"
Please note functionality will not change as poetry.masonry.api
simply imports peotry.core.masonry.api
methods.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too