I'm wondering if it's possible to include the source code on PyPI. I could check that this project deals with python=>3.5 (which may cause problems with lastest numpy versions), and I think that it would be nice to have the source code available on PyPI for those cases where aren't python==3.7 (for example, the specific case when I need mkl-ffi==1.2.0 on python==3.6):
Links
I'm wondering if it's possible to include the source code on PyPI. I could check that this project deals with
python=>3.5(which may cause problems with lastest numpy versions), and I think that it would be nice to have the source code available on PyPI for those cases where aren'tpython==3.7(for example, the specific case when I needmkl-ffi==1.2.0onpython==3.6):Links