From 5ba332044aca8a744bf7fdc39312b3a4d7f63d52 Mon Sep 17 00:00:00 2001 From: int3l Date: Wed, 2 Mar 2022 15:16:02 +0200 Subject: [PATCH] Axe the universal wheel config This will mark the wheels as python 3+ only --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index d712a3f3..3d66103c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,9 +49,6 @@ pre_commit.resources = empty_template_* hook-tmpl -[bdist_wheel] -universal = True - [coverage:run] plugins = covdefaults omit = pre_commit/resources/*