summaryrefslogtreecommitdiff
path: root/setup.cfg
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
commitc6bdccedcb41617b16a694d81bc93ab3867683f5 (patch)
treef8ace501428bea19432fb65d485ba1b8e0570949 /setup.cfg
parent4008e956da11b6ff51e64ccb2ec5865ae64eaecf (diff)
downloadoslo-utils-c6bdccedcb41617b16a694d81bc93ab3867683f5.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: I98d3c4f9f6f6e7045d9b28fc98b1141d246aa08e
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 9aaf088..debfb97 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -49,3 +49,6 @@ input_file = oslo.utils/locale/oslo.utils.pot
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = oslo.utils/locale/oslo.utils.pot
+
+[wheel]
+universal = 1