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

View File

@ -31,3 +31,6 @@ scripts =
[global]
setup-hooks =
pbr.hooks.setup_hook
[wheel]
universal = 1