From 33ad04177dd179d00a8825eccc7029c373608ca1 Mon Sep 17 00:00:00 2001 From: Pavel S Date: Mon, 8 Jan 2024 20:43:37 +0100 Subject: [PATCH] chore: fix PEP8 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d23c9b3..aca353c 100644 --- a/setup.py +++ b/setup.py @@ -26,8 +26,7 @@ "Intended Audience :: Developers", "Topic :: Communications", "Topic :: System :: Hardware :: Hardware Drivers", - "Topic :: System :: Hardware :: Universal Serial Bus (USB)", - "Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Miscellaneous" + "Topic :: System :: Hardware :: Universal Serial Bus (USB)" ], python_requires='>=3.7', )