AndrewIngram / django-extra-views

Django's class-based generic views are awesome, let's have more of them.
MIT License
1.39k stars 172 forks source link

universal wheel is configured, but not built #182

Closed therefromhere closed 5 years ago

therefromhere commented 5 years ago

Hi, this it seems like recent builds of this package have been built with the tar.gz only, not the wheel as well, though setup.cfg is set up to create a universal wheel. It seems like the most recent wheel build was version 0.7.1.

All that needs to happen is passing the bdist_wheel arg to setup.py - ie

python setup.py sdist bdist_wheel upload

instead of

python setup.py sdist upload

see https://pythonwheels.com/

jonashaag commented 5 years ago

I’ll try to remember that next time, thank you!

sdolemelipone commented 5 years ago

Is this something which is configured via Pypi.org?

therefromhere commented 5 years ago

@sdolemelipone no i don't think so, you need to upload built wheels to pypi.