My earlier concerns about build-system requirements in sdists are a complete non-issue if we distribute wheels instead. Wheels just contain the files to install and a little bit of metadata (essentially the contents of the project section in pyproject.toml, the LICENSE and the README). Building both fixes everything.
My earlier concerns about build-system requirements in sdists are a complete non-issue if we distribute wheels instead. Wheels just contain the files to install and a little bit of metadata (essentially the contents of the
project
section inpyproject.toml
, theLICENSE
and theREADME
). Building both fixes everything.