summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-08 21:34:52 +0000
committerGerrit Code Review <review@openstack.org>2014-10-08 21:34:52 +0000
commit59a4e837f7145732d497176d2c1a7119715a3150 (patch)
tree82160ce7d42b06bbc4f5a97ed95bd2d9f94d8114
parent1b9c7cfa99d3eb825b5b11ee0f6fa795c589f134 (diff)
parentccc8a39117ef31ff951ef9ffcddce513b09731af (diff)
downloadoslo-concurrency-59a4e837f7145732d497176d2c1a7119715a3150.tar.gz
Merge "Support building wheels (PEP-427)"
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index a914c4f..cb2c835 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -59,3 +59,6 @@ output_file = oslo.concurrency/locale/oslo.concurrency.pot
# want to treat sphinx warnings as errors
# warnerrors = True
autodoc_index_modules = True
+
+[wheel]
+universal = 1