Support building wheels (PEP-427)

With that, building and uploading wheels to PyPI is only one "python
setup.py bdist_wheel" away.

Change-Id: I3d25f7157b429d44f338fab9a3d68dbf9c73be8c
This commit is contained in:
Sascha Peilicke 2013-11-19 09:56:09 +01:00
parent df9bd77624
commit 2285029147
1 changed files with 3 additions and 0 deletions

View File

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