Support building wheels (PEP-427)

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

Change-Id: I93cee533132d59955b558da34c86ba5d310b2869
This commit is contained in:
Sascha Peilicke
2013-11-19 10:31:47 +01:00
parent 8bf894f9d9
commit 234aaea53f

View File

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