Support building wheels (PEP-427)

Universal is used to identify pure-Python module(by bdist_wheel). For
these, it is sufficient to build a wheel with _any_ Python ABI version
and publish that to PyPI (by whatever means).

Change-Id: Ieabefc1fc8c8fbcd8749c07ccabb1ff88e1a761e
This commit is contained in:
Sascha Peilicke 2013-11-19 09:53:10 +01:00 committed by Sascha Peilicke
parent fff04b37f1
commit 215a027d32

View File

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