Support building wheels (PEP-427)

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

Change-Id: I703df5830c8ab360e8382fe7c8155241d379c67e
This commit is contained in:
Sascha Peilicke
2013-11-19 09:58:09 +01:00
parent f99c3f9977
commit df99372b77

View File

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