From 88440079e39dc0fc9f95f391e7d22fcaacca4775 Mon Sep 17 00:00:00 2001 From: Michael K Date: Thu, 15 Oct 2020 19:50:25 +0000 Subject: [PATCH] Update Wheel Settings (#2142) Wheels are only universal if they support both Python 2 and 3. --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 85b1ff7d4..080d9bdc4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,3 @@ -[wheel] -universal = 1 - [metadata] license_file = LICENSE.dual