summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlavio Percoco <flaper87@gmail.com>2014-06-30 08:53:29 +0200
committerFlavio Percoco <flaper87@gmail.com>2014-06-30 08:53:29 +0200
commit438bfa3b9ca224e5e69315ef3170f1fe1cdbd9d2 (patch)
tree42a46c9fd42c0442aa09073dddf82ebd8dca4398
parent50dc35991c5820a8136717399c9bc2da150fc957 (diff)
downloadpython-glanceclient-438bfa3b9ca224e5e69315ef3170f1fe1cdbd9d2.tar.gz
Add wheels section to the setup.cfg
Glance client's setup.cfg was missing the wheels section. This commit adds it and makes the client's setup.cfg consistent with other clients. Change-Id: I16030c0379dae3c3c07bd73f09798c2160310811
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index da77d4e..2247515 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -41,3 +41,6 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
+
+[wheel]
+universal = 1