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: I2f3b3a5f75aa8dbe4c40f3b9a1d0da43a4b1a0f1
This commit is contained in:
Davanum Srinivas 2014-10-02 16:18:01 -04:00 committed by Davanum Srinivas (dims)
parent 42eab0c82f
commit 9f6f2a333b

View File

@ -49,3 +49,6 @@ output_file = oslo.vmware/locale/oslo.vmware.pot
[pbr]
autodoc_index_modules = 1
[wheel]
universal = 1