Support building wheels (PEP-427)

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

Change-Id: Iff5981dd4b358652bd5f5e7f72b6f7298e809829
This commit is contained in:
Sascha Peilicke 2013-11-19 10:42:45 +01:00
parent 8de6241201
commit efae202e0a

View File

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