From 9a5d6555dadf4b29e5b3186b75558dbe9a05d17e Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Thu, 6 Feb 2020 17:37:13 +0000 Subject: [PATCH] Remove universal wheel configuration Now that we've dropped py2 support we shouldn't be setting this anymore. Change-Id: Ib8d04a107cba50e73f4ed7fad210135c98479b5c --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3f870b76..a875c91e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,5 +38,3 @@ keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = oslo_utils/locale/oslo_utils.pot -[wheel] -universal = 1