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-16 11:08:28 +01:00
parent cb1508fa49
commit 3163e41c1c
1 changed files with 2 additions and 0 deletions

2
setup.cfg Normal file
View File

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