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: Ied9e2aa765fe006d66df7f431462252204dc5baa
This commit is contained in:
Davanum Srinivas 2014-10-02 16:18:00 -04:00
parent 3c7ea8ab96
commit d46ecc9d23

View File

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