summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-16 10:00:23 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-16 10:00:23 -0400
commit1b83af8141d24238f5fb4be009678995734470a6 (patch)
tree8193c558a19b5d9e16f934d3ad2d7689de846028
parent1270cb220879218e998714e2d7d6848b5ebd3b65 (diff)
downloadpython-swiftclient-1b83af8141d24238f5fb4be009678995734470a6.tar.gz
Mark swiftclient as being a universal wheel
Change-Id: I9580ab0f5bc53b472d0b633858090f9e0708ed90
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 2334b2b..f962237 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -38,3 +38,6 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
+
+[wheel]
+universal = 1