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: I900a7d2e3777a5c151778679f3049771047855e6
This commit is contained in:
Sascha Peilicke 2013-11-19 10:31:21 +01:00 committed by Sascha Peilicke
parent 810857849e
commit 935501b0e4
1 changed files with 3 additions and 0 deletions

View File

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