pinnwand
pinnwand copied to clipboard
Stop using poetry as a build backend
Due to some concerns listed in https://github.com/python-poetry/poetry/issues/3332 poetry does not as of yet support the PEP-621 form of shared metadata information.
As I want to be able to more easily switch build backends in the future let's switch to the pip build backend.
Just FYI—pip is a build frontend, not a backend. Setuptools, flit_core, Hatchling, pdm and poetry are all build backends (though some also offer build frontends too, at least for their own build system).
Ah, thanks for the clarification :)
Done and switched to pdm
.