summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2017-06-07 14:44:06 +0000
committerJeremy Stanley <fungi@yuggoth.org>2017-06-07 14:44:06 +0000
commit1a036f5b559d0738c06374ff274973bdb2fc8022 (patch)
tree793463b9084a66e12b140358acbc3e85819eff47 /setup.cfg
parent652fc9c24a74d7ae3aea9b4448d7ddf0fccaec2f (diff)
downloadoslo-messaging-1a036f5b559d0738c06374ff274973bdb2fc8022.tar.gz
Build universal wheels
The trove metadata for this package claims to support both Python 2.x and Py3K; build universal wheels so Python 3.x interpreters can consume them too. Change-Id: I0b88fcaa2ea36e1d7478d76b86c6c1f1e68c8616
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 e8e4773..2855ff2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -80,6 +80,9 @@ oslo.messaging.zmq.matchmaker =
oslo.config.opts =
oslo.messaging = oslo_messaging.opts:list_opts
+[wheel]
+universal = 1
+
[build_sphinx]
warning-is-error = 1
all-files = 1