Release as a universal wheel

By releasing as a [Python wheel](http://pythonwheels.com/) as well as a
source distribution, you can speed up end user’s installs. After merging
this command, to release you just need to run `python setup.py clean
sdist bdist_wheel upload`.
pull/27/head
Adam Chainz 8 years ago committed by Adrien Vergé
parent 559ad5574b
commit 3c525ab743

@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1
Loading…
Cancel
Save