From d15338b70a51c655e42c11bbf4876c40f063a117 Mon Sep 17 00:00:00 2001 From: Aaron McConnell Date: Wed, 11 Oct 2023 16:11:50 -0400 Subject: [PATCH] Stop claiming Py2 support in wheel (#237) --- setup.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 763f288c..6633a137 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,3 @@ -[bdist_wheel] -# The code is written to work on both Python 2 and Python 3. -universal=1 - [bdist_rpm] # Due to changes in Python's ConfigParser, this only works in Python 3. For Python 2, remove one % release=1%%{?dist}