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:
parent
8483811889
commit
ccc8a39117
@ -59,3 +59,6 @@ output_file = oslo.concurrency/locale/oslo.concurrency.pot
|
|||||||
# want to treat sphinx warnings as errors
|
# want to treat sphinx warnings as errors
|
||||||
# warnerrors = True
|
# warnerrors = True
|
||||||
autodoc_index_modules = True
|
autodoc_index_modules = True
|
||||||
|
|
||||||
|
[wheel]
|
||||||
|
universal = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user