Support building wheels (PEP-427)

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

Change-Id: I0627e2afcc7af27cff9f268d42e07194ba370d85
This commit is contained in:
Sascha Peilicke 2013-11-19 11:25:48 +01:00
parent e5562354e4
commit e0be9fa65c

View File

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