From d9b8f2eaa4d75ac66a16e256f4404a810b972240 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Thu, 6 Feb 2020 17:33:51 +0000 Subject: [PATCH] Remove universal wheel configuration Now that we've dropped py2 support we shouldn't be setting this anymore. Change-Id: I9a5e096e528ccf47f50b0ea67463cbe0cd359cd9 --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index cc9fa0c0..65dd9667 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,5 +34,3 @@ oslo.config.opts = oslo.config.driver = remote_file = oslo_config.sources._uri:URIConfigurationSourceDriver -[bdist_wheel] -universal = 1