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

View File

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