Is it possible for this project to also provide a whl file on PyPI, especially for Linux? For example, see the ones for numpy and pandas.
If this is done, I won't have to bundle gcc into my Docker image which is required for compiling the tar.gz. This will build my Docker image faster and it will be smaller too.
Is it possible for this project to also provide a
whlfile on PyPI, especially for Linux? For example, see the ones for numpy and pandas.If this is done, I won't have to bundle
gccinto my Docker image which is required for compiling thetar.gz. This will build my Docker image faster and it will be smaller too.