pinnwand icon indicating copy to clipboard operation
pinnwand copied to clipboard

Stop using poetry as a build backend

Open supakeen opened this issue 2 years ago • 2 comments

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.

supakeen avatar Apr 20 '22 19:04 supakeen

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).

CAM-Gerlach avatar Jun 11 '22 03:06 CAM-Gerlach

Ah, thanks for the clarification :)

supakeen avatar Jun 11 '22 18:06 supakeen

Done and switched to pdm.

supakeen avatar Jun 03 '23 19:06 supakeen