Support building wheels (PEP-427)

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

Change-Id: I78af0cc8661d2ac8107af462a39bf8b9f378f94a
This commit is contained in:
Sascha Peilicke 2013-11-19 10:23:18 +01:00
parent 66f13d0d97
commit 9d460a44e4
1 changed files with 3 additions and 0 deletions

View File

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