From f69d461bce325cf66c6b8e8d3b990abf10d07c0b Mon Sep 17 00:00:00 2001 From: Aki <201479+lethalbit@users.noreply.github.com> Date: Thu, 28 Apr 2022 09:59:47 -0400 Subject: [PATCH] Added classifiers for `Small Computer System Interface (SCSI)` Added the following three Trove classifiers for SCSI: * Topic :: System :: Hardware :: Small Computer System Interface (SCSI) * Topic :: System :: Hardware :: Small Computer System Interface (SCSI) :: Device * Topic :: System :: Hardware :: Small Computer System Interface (SCSI) :: Initiator --- src/trove_classifiers/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/trove_classifiers/__init__.py b/src/trove_classifiers/__init__.py index b1e7b9b..cdcf53a 100644 --- a/src/trove_classifiers/__init__.py +++ b/src/trove_classifiers/__init__.py @@ -739,6 +739,9 @@ "Topic :: System :: Hardware", "Topic :: System :: Hardware :: Hardware Drivers", "Topic :: System :: Hardware :: Mainframes", + "Topic :: System :: Hardware :: Small Computer System Interface (SCSI)", + "Topic :: System :: Hardware :: Small Computer System Interface (SCSI) :: Device", + "Topic :: System :: Hardware :: Small Computer System Interface (SCSI) :: Initiator", "Topic :: System :: Hardware :: Symmetric Multi-processing", "Topic :: System :: Hardware :: Universal Serial Bus (USB)", "Topic :: System :: Hardware :: Universal Serial Bus (USB) :: Audio",