forked from tektronix/tm_devices
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Update package classifiers. (tektronix#106)
Updated development status to production/stable and removed the Python 3.12 classifier since poetry automatically adds it. Signed-off-by: v12ganesh [email protected]
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,14 +47,13 @@ authors = [ | |
"Nicholas Felt <[email protected]>" | ||
] | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Development Status :: 5 - Production/Stable", | ||
"Intended Audience :: Developers", | ||
"Intended Audience :: Science/Research", | ||
"Operating System :: OS Independent", | ||
"Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator", | ||
"Topic :: Scientific/Engineering", | ||
"Topic :: System :: Hardware :: Hardware Drivers", | ||
"Programming Language :: Python :: 3.12" # TODO: remove this once poetry automatically adds it | ||
"Topic :: System :: Hardware :: Hardware Drivers" | ||
] | ||
description = "Manage connections and interactions with Test & Measurement devices." | ||
documentation = "https://tektronix.github.io/tm_devices/" | ||
|