From ee7e57965af5eecb18fdc4f69cfb6cdb1b87c7b3 Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Fri, 14 Nov 2025 12:27:42 -0600 Subject: [PATCH] Add "Instrument Drivers" classifier Signed-off-by: Brad Keryan --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f1b315f..3e91e1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Scientific/Engineering", + "Topic :: Scientific/Engineering :: Instrument Drivers", "Topic :: System :: Hardware", ] include = ["nisync/*"]