summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2014-10-02 16:18:01 -0400
committerDavanum Srinivas (dims) <davanum@gmail.com>2014-10-07 12:58:38 +0000
commitccc8a39117ef31ff951ef9ffcddce513b09731af (patch)
treecae8783632417a057851a462e928856927c32254
parent8483811889baa2c9f839c1ccbf74d2c14174bd67 (diff)
downloadoslo-concurrency-ccc8a39117ef31ff951ef9ffcddce513b09731af.tar.gz
Support building wheels (PEP-427)
Universal is used to identify pure-Python module(by bdist_wheel). For these, it is sufficient to build a wheel with _any_ Python ABI version and publish that to PyPI (by whatever means). Change-Id: I25af4512f3e7198d03828a87bdca719cb7105d7b
-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