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: Iabce8b1e10e141c09a8b9dd34c4a1539174c6438
This commit is contained in:
Davanum Srinivas 2014-10-02 16:18:01 -04:00
parent 472e6c901f
commit ce89925a0e
1 changed files with 3 additions and 0 deletions

View File

@ -50,3 +50,6 @@ input_file = oslo.serialization/locale/oslo.serialization.pot
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = oslo.serialization/locale/oslo.serialization.pot
[wheel]
universal = 1