From b5f380b2cadcf558026ec88bdb9bef5f570ac4c8 Mon Sep 17 00:00:00 2001 From: "Nina.Hakansson" <6160529+ninahakansson@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:41:23 +0100 Subject: [PATCH] Fix warnings from boa --- setup.cfg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index a8b3fe1..b2b59f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,12 +6,9 @@ setup_requires = provides=level1c4pps requires=satpy -no-autoreq=True +no_autoreq=True release=1 -[bdist_wheel] -universal=1 - [flake8] max-line-length = 120