From 48811e0331a3bf811dbea196d03455512c73f45d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 4 Apr 2020 17:31:56 +0200 Subject: [PATCH] Don't build universal wheel - Remove obsolete sections from setup.cfg: * Wheel is not needed for python 3 only repo Change-Id: If9976d5e6021872abd49f57fba135a1ba7024c7b --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index ff7e683..f0e7dc3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,5 +38,3 @@ keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = oslo_context/locale/oslo_context.pot -[bdist_wheel] -universal = true