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: Ia277504b291412553981e52bcca1ea9f6bd09b3f
This commit is contained in:
Sascha Peilicke 2013-11-19 09:54:32 +01:00 committed by Sascha Peilicke
parent ed1e27faa1
commit acf5eb4090
1 changed files with 3 additions and 0 deletions

View File

@ -22,3 +22,6 @@ packages =
oslo
namespace_packages =
oslo
[wheel]
universal = 1