From 1a036f5b559d0738c06374ff274973bdb2fc8022 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 7 Jun 2017 14:44:06 +0000 Subject: [PATCH] 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 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index e8e47732a..2855ff2e7 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