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: I98d3c4f9f6f6e7045d9b28fc98b1141d246aa08e
This commit is contained in:
parent
4008e956da
commit
c6bdccedcb
@ -49,3 +49,6 @@ input_file = oslo.utils/locale/oslo.utils.pot
|
|||||||
keywords = _ gettext ngettext l_ lazy_gettext
|
keywords = _ gettext ngettext l_ lazy_gettext
|
||||||
mapping_file = babel.cfg
|
mapping_file = babel.cfg
|
||||||
output_file = oslo.utils/locale/oslo.utils.pot
|
output_file = oslo.utils/locale/oslo.utils.pot
|
||||||
|
|
||||||
|
[wheel]
|
||||||
|
universal = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user