What is your feature request?
Please may source distributions (sdists) be distributed on PyPi as well as wheels? This would mean that the package could be built from source when a compatible wheel isn't available.
This could be used to easily support e.g. differing glibc versions and newer python versions.
(As an aside: thanks a lot for your recent changes to increase compatibility of wheels)
What solution or approach do you envision?
Adding a basic pyproject.toml to the root directory, as well as a setup.py to describe the C++ compilation.
This is how it's currently done in stim and chromobius.
How urgent is this for you?
P3 – not blocked; it's an idea
What is your feature request?
Please may source distributions (sdists) be distributed on PyPi as well as wheels? This would mean that the package could be built from source when a compatible wheel isn't available.
This could be used to easily support e.g. differing glibc versions and newer python versions.
(As an aside: thanks a lot for your recent changes to increase compatibility of wheels)
What solution or approach do you envision?
Adding a basic
pyproject.tomlto the root directory, as well as asetup.pyto describe the C++ compilation.This is how it's currently done in
stimandchromobius.How urgent is this for you?
P3 – not blocked; it's an idea