From 76e7fa55cea5c2caf010df6ce68028d7e77f5869 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Sat, 8 Apr 2023 16:35:36 +0200 Subject: [PATCH] remove universal wheel config universal wheels where relevant to support python2/3 code sharing its no longer needed --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 89e8e4ad..4f473b24 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,9 +41,6 @@ pre_commit.resources = empty_template_* hook-tmpl -[bdist_wheel] -universal = True - [coverage:run] plugins = covdefaults omit = pre_commit/resources/*