Support building wheels (PEP-427)

With that, building and uploading wheels to PyPI is only one "python
setup.py bdist_wheel" away.

Change-Id: I3a2af3f40486cc5b832d4b1bc7067df655859cdb
This commit is contained in:
Sascha Peilicke 2013-11-19 10:23:56 +01:00
parent d3016bb579
commit 8c89f77dbc
1 changed files with 3 additions and 0 deletions

View File

@ -29,3 +29,6 @@ console_scripts =
tag_build =
tag_date = 0
tag_svn_revision = 0
[wheel]
universal = 1