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: I99b5c30b7d7feb00eed1c9b4c7c8a0df4e41da84
This commit is contained in:
Davanum Srinivas 2014-10-02 16:18:01 -04:00
parent 72836d0126
commit 9ccefd8e62
1 changed files with 4 additions and 1 deletions

View File

@ -48,4 +48,7 @@ mapping_file = babel.cfg
output_file = oslo.middleware/locale/oslo.middleware.pot
[pbr]
warnerrors = True
warnerrors = True
[wheel]
universal = 1