From 73e6a9636e3bce46c4dcf38b2876fe5acb6c95ef Mon Sep 17 00:00:00 2001 From: nikolas Date: Fri, 5 Apr 2024 13:56:07 -0400 Subject: [PATCH] Remove universal wheel config This shouldn't be necessary now that we're not on python 2 anymore. --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2cd4d0c..01c39c8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,3 @@ -[bdist_wheel] -universal=1 - [metadata] description-file = README.rst license_file = LICENSE