From dad8fb7c3c0b4c1dbaecde341a5c07d02a0a578a Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Mon, 20 Jan 2020 21:15:17 -0800 Subject: [PATCH] packaging: Build universal wheels Apparently this had been done for us previously? See also: http://lists.openstack.org/pipermail/openstack-discuss/2020-January/012097.html Change-Id: I27288f9e503f26827a8274d46b07c1330a21de10 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index efe47d29a3..84d3ba7be4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -150,6 +150,9 @@ keywords = _ l_ lazy_gettext mapping_file = babel.cfg output_file = swift/locale/swift.pot +[bdist_wheel] +universal = 1 + [nosetests] exe = 1 verbosity = 2