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: I25af4512f3e7198d03828a87bdca719cb7105d7b
This commit is contained in:
Davanum Srinivas 2014-10-02 16:18:01 -04:00 committed by Davanum Srinivas (dims)
parent 8483811889
commit ccc8a39117
1 changed files with 3 additions and 0 deletions

View File

@ -59,3 +59,6 @@ output_file = oslo.concurrency/locale/oslo.concurrency.pot
# want to treat sphinx warnings as errors
# warnerrors = True
autodoc_index_modules = True
[wheel]
universal = 1