I don't have permission to upload the new universal wheel to pypi. Can @EelcoHoogendoorn perhaps give me the rights to do it? Otherwise I can provide you with a build over email... alternatively, here is how to build:
First install pipenv with pip install pipenv --upgrade. Then setup your virtualenv with pipenv install --dev. Finally, build your wheel with pipenv run python setup.py bdist_wheel. It should be in the dist folder, ready to be uploaded to pypi.
I don't have permission to upload the new universal wheel to pypi. Can @EelcoHoogendoorn perhaps give me the rights to do it? Otherwise I can provide you with a build over email... alternatively, here is how to build:
First install pipenv with
pip install pipenv --upgrade
. Then setup your virtualenv withpipenv install --dev
. Finally, build your wheel withpipenv run python setup.py bdist_wheel
. It should be in thedist
folder, ready to be uploaded to pypi.