My take on choosing a #PEP517 build backend for your project
#Python
@cybertailor
Why not meson instead of hatchling AND setuptools?
@xgqt meson is a full-featured build system, and most python packages need just "build backend" (glorified zip archiver)
@cybertailor
Why not meson instead of hatchling AND setuptools?