summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2014-10-02 16:18:01 -0400
committerDavanum Srinivas <dims@linux.vnet.ibm.com>2014-10-02 16:18:01 -0400
commit9ccefd8e6224ee3fb9425a3c95b4cc82bbb068ec (patch)
tree1ce52bb30f223d164f93df9cf1777754f83b5664
parent72836d0126483b60dd6eb7687cdf38eecec969f9 (diff)
downloadoslo-middleware-9ccefd8e6224ee3fb9425a3c95b4cc82bbb068ec.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: I99b5c30b7d7feb00eed1c9b4c7c8a0df4e41da84
-rw-r--r--setup.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 4267183..c89d680 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -48,4 +48,7 @@ mapping_file = babel.cfg
output_file = oslo.middleware/locale/oslo.middleware.pot
[pbr]
-warnerrors = True \ No newline at end of file
+warnerrors = True
+
+[wheel]
+universal = 1