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: I9dcb15633c32f670f39283e0d0cb3bcd9133ddac
This commit is contained in:
Sascha Peilicke 2014-02-07 12:07:09 +01:00
parent 441165a1e1
commit 41e03effe8

View File

@ -72,3 +72,6 @@ tag_svn_revision = 0
#[install]
#install-lib=/usr/local/bin/vbarbican/lib/python2.7/site-packages/
[wheel]
universal = 1