Support building wheels (PEP-427)

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

Change-Id: I5be3ea39fd43db85a3b99b50a69b7ca6aaa2690e
This commit is contained in:
Sascha Peilicke 2013-11-19 10:32:57 +01:00
parent 33a306ded7
commit 36c4d8f252
1 changed files with 3 additions and 0 deletions

View File

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