Skip to content

Commit

Permalink
Support building wheels (PEP-427)
Browse files Browse the repository at this point in the history
With that, building and uploading wheels to PyPI is only one "python
setup.py bdist_wheel" away.

Change-Id: I5be3ea39fd43db85a3b99b50a69b7ca6aaa2690e
  • Loading branch information
saschpe committed Nov 19, 2013
1 parent 33a306d commit 36c4d8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ console_scripts =
tag_build =
tag_date = 0
tag_svn_revision = 0

[wheel]
universal = 1

0 comments on commit 36c4d8f

Please sign in to comment.