From 77c36842842b8ca4cccc5f4d3c458e869ff9b48a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Fri, 5 Oct 2018 10:45:54 +0200 Subject: [PATCH] Always build universal wheels All of our projects are pure python, so we can build universal wheels by default. Change-Id: Iee39e1ab0a1dd282dd2d04a4cf95ae63685e658d --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e2845b2f..607c65cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,5 +54,5 @@ keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = oslo_cache/locale/oslo_cache.pot -[wheel] +[bdist_wheel] universal = true