Support building wheels (PEP-427)

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

Change-Id: Iee606a822775c99d03b5884c238707420f061d5d
This commit is contained in:
Sascha Peilicke
2013-11-19 10:40:08 +01:00
parent a5f6a1fb3d
commit d837f16af3

View File

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