From c2ff1c3c92e60eaa6814be868e67b55bb21de314 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Sun, 12 May 2024 21:03:46 +0100 Subject: [PATCH] Drop universal wheel config Since Python 2 is not supported any more, a pure Python wheel is more appropriate. --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 85e05232e..3e3cdecbd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,3 @@ -[bdist_wheel] -universal = 1 - [flake8] exclude = .eggs @@ -63,6 +60,7 @@ strict_equality = True warn_redundant_casts = True warn_unused_ignores = True warn_unreachable = True + [mypy-bioblend._tests.*] disallow_untyped_defs = False # Allow testing that a function return value is None