Support building wheels (PEP-427)

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

Change-Id: If5127eb6a6eff5926020ca110e26b8a1e39814a0
This commit is contained in:
Sascha Peilicke 2013-11-19 10:44:10 +01:00
parent 4def9a4849
commit ab7ce2ef10
1 changed files with 3 additions and 0 deletions

View File

@ -41,3 +41,6 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[wheel]
universal = 1