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