8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Would it be possible to get a .whl universal package on Pypi for your package ?
If I'm right, it's just a matter of adding a setup.cfg file at root level with
[wheel] universal = 1
and then doing this to upload to pypi
python setup.py sdist bdist_wheel upload -r pypi