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`.
This commit is contained in:
Adam Chainz 2016-10-10 10:40:36 +01:00 committed by Adrien Vergé
parent 559ad5574b
commit 3c525ab743

2
setup.cfg Normal file
View File

@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1