Support building wheels (PEP-427)

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

Change-Id: I38707119c9b1f1ec43c6a63bde742475fb72279b
This commit is contained in:
Sascha Peilicke 2013-11-19 10:07:24 +01:00
parent b5226f499b
commit db4b7fa36c
1 changed files with 3 additions and 0 deletions

View File

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