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: I4e93aef95706e298c3ef91f1690e2ef8ce944405
This commit is contained in:
Sascha Peilicke 2014-02-07 11:46:06 +01:00
parent 2ba7dceaef
commit b4465c3ab0
1 changed files with 4 additions and 1 deletions

View File

@ -43,4 +43,7 @@ input_file = solumclient/locale/python-solumclient.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = solumclient/locale/python-solumclient.pot
output_file = solumclient/locale/python-solumclient.pot
[wheel]
universal = 1