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: Ib15e61ce3edf6f2694795167c85d40457bf11292
This commit is contained in:
Sascha Peilicke 2013-11-19 10:00:26 +01:00 committed by Sascha Peilicke
parent c34c11460f
commit 39f82e85ba
1 changed files with 3 additions and 0 deletions

View File

@ -21,3 +21,6 @@ classifier =
all_files = 1
build-dir = doc/build
source-dir = doc/source
[wheel]
universal = 1