diff options
| author | Sascha Peilicke <speilicke@suse.com> | 2013-11-19 10:31:47 +0100 |
|---|---|---|
| committer | Sascha Peilicke <speilicke@suse.com> | 2013-11-19 10:31:58 +0100 |
| commit | 234aaea53fef37909e6af2c12ad4e1aafac92370 (patch) | |
| tree | d7c38303bccf719508c7aa5851f21da2c57543c7 | |
| parent | 8bf894f9d907592b11674e081d27dd3f3879d103 (diff) | |
| download | python-ceilometerclient-234aaea53fef37909e6af2c12ad4e1aafac92370.tar.gz | |
Support building wheels (PEP-427)
With that, building and uploading wheels to PyPI is only one "python
setup.py bdist_wheel" away.
Change-Id: I93cee533132d59955b558da34c86ba5d310b2869
| -rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,3 +36,6 @@ all_files = 1 [upload_sphinx] upload-dir = doc/build/html + +[wheel] +universal = 1 |
