Support building wheels (PEP-427)

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

Change-Id: I7d8e2cce8588db054cef97f1fb3c21da47f09f36
This commit is contained in:
Sascha Peilicke 2013-11-19 10:21:17 +01:00
parent bc098a45b3
commit 1639baab1e

View File

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