From 59c6ecec850a035047582a6caef462374d376e44 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Sat, 19 Feb 2022 08:06:58 -0500 Subject: [PATCH] Remove Python 2-specific universal wheel specification --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8c473eb..ab4831b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,6 +40,3 @@ console_scripts = exclude = tests* testing* - -[bdist_wheel] -universal = True