summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Peilicke <speilicke@suse.com>2013-11-19 10:31:47 +0100
committerSascha Peilicke <speilicke@suse.com>2013-11-19 10:31:58 +0100
commit234aaea53fef37909e6af2c12ad4e1aafac92370 (patch)
treed7c38303bccf719508c7aa5851f21da2c57543c7
parent8bf894f9d907592b11674e081d27dd3f3879d103 (diff)
downloadpython-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.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 2972227..eb67ef1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,3 +36,6 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
+
+[wheel]
+universal = 1