From 5eae5d9663bf4ced638bf23d4116f7604d8605b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20D=C4=85browski?= <51504507+mdabrowski1990@users.noreply.github.com> Date: Sun, 6 Oct 2024 12:10:58 +0200 Subject: [PATCH] Fix classifiers (#284) - remove UDS classifier --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70e5b2f4..f61bcd86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator", "Topic :: Software Development :: Embedded Systems", - "Topic :: Software Development :: Embedded Systems :: Unified Diagnostic Services (UDS)", "Topic :: System :: Monitoring", "Topic :: System :: Networking", ]