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: Ibca65044d61d4b9b248013e4fe316f3c1a05f764
This commit is contained in:
Sascha Peilicke 2013-11-19 09:57:32 +01:00 committed by Sascha Peilicke
parent 260a9f5935
commit d5a9d42997
1 changed files with 3 additions and 0 deletions

View File

@ -177,3 +177,6 @@ domain = neutron
domain = neutron
output_dir = neutron/locale
input_file = neutron/locale/neutron.pot
[wheel]
universal = 1