From 29bc38cbedce63cff02534dddea2f289bfb7a88e Mon Sep 17 00:00:00 2001 From: gopackgo90 Date: Sun, 21 Aug 2022 13:14:53 -0500 Subject: [PATCH] Remove universal wheel, python 2 is unsupported (#2402) --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8836aba..12016fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -107,9 +107,6 @@ virtualenv.seed.wheels.embed = *.whl [sdist] formats = gztar -[bdist_wheel] -universal = true - [tool:pytest] markers = slow