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 16, 2016
1 parent b4ffdf7 commit fd5dfcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
@@ -1,3 +1,6 @@
[bdist_wheel]
universal = 1

[egg_info]
tag_build = dev

Expand Down

0 comments on commit fd5dfcd

Please sign in to comment.