summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Peilicke <speilicke@suse.com>2013-11-19 10:10:54 +0100
committerSascha Peilicke <speilicke@suse.com>2013-11-19 10:11:07 +0100
commit54446412924d36b6653c404ec0cbfdee3c578003 (patch)
treed411d7ce08e0d8ffaaa675d94534a338c503762e
parentc946192e37111aa381097256c1fd1fb91e356783 (diff)
downloadpython-openstackclient-54446412924d36b6653c404ec0cbfdee3c578003.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: I8c8565f55e7a3434e1a1972a797a6cd7dba8a581
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 2ac659f4..35a4d207 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -278,3 +278,6 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
+
+[wheel]
+universal = 1