Skip to content

Commit

Permalink
Release as a universal wheel
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
Adam Chainz committed Oct 25, 2016
1 parent 333f753 commit b5ab4b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1

0 comments on commit b5ab4b1

Please sign in to comment.