Skip to content

Commit 492a5ab

Browse files
authored
Add "Instrument Drivers" classifier (#65)
- [x] This contribution adheres to [CONTRIBUTING.md](https://github.com/ni/nisync-python/blob/main/CONTRIBUTING.md). ### What does this Pull Request accomplish? Update the nisync package to use the new `Topic :: Scientific/Engineering :: Instrument Drivers` classifier added in pypa/trove-classifiers#221 ### Why should this Pull Request be merged? Aid package discoverability on PyPI. ### What testing has been done? N/A Signed-off-by: Brad Keryan <[email protected]>
1 parent f5156a5 commit 492a5ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.12",
2222
"Programming Language :: Python :: Implementation :: CPython",
2323
"Topic :: Scientific/Engineering",
24+
"Topic :: Scientific/Engineering :: Instrument Drivers",
2425
"Topic :: System :: Hardware",
2526
]
2627
include = ["nisync/*"]

0 commit comments

Comments
 (0)