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/25/head
Adam Chainz 9 years ago
parent 559ad5574b
commit 372c490265

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