summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-10-02 11:08:22 -0400
committerMonty Taylor <mordred@inaugust.com>2015-10-02 11:08:22 -0400
commit379962f0e8289e2db85a0eeb7b51d10cff70e67d (patch)
tree112f1a8467928e1cba0ff3fd91725da42a9e4deb
parent1629ae0d1f21dfca0b3f55d23541c61a5a666aca (diff)
downloados-client-config-1.8.1.tar.gz
Add universal=1 to setup.cfg to build python 3 wheels1.8.1
os-client-config gates on python3. Change-Id: I887ab2f2f2436e7423eab8abc23655423ee7b226
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index df3434f..bc4f128 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,3 +31,6 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
+
+[wheel]
+universal = 1