Support building wheels (PEP-427)

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

Change-Id: I8c8565f55e7a3434e1a1972a797a6cd7dba8a581
This commit is contained in:
Sascha Peilicke 2013-11-19 10:10:54 +01:00
parent c946192e37
commit 5444641292

View File

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