Skip to content

Commit

Permalink
build: Update package classifiers. (tektronix#106)
Browse files Browse the repository at this point in the history
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
nfelt14 authored Nov 13, 2023
1 parent b4d84d7 commit e08b93d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ ______________________________________________________________________

Things to be included in the next release go here.

### Changed

- Updated the package classifiers for PyPI

______________________________________________________________________

## v1.0.0 (2023-11-13)
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit e08b93d

Please sign in to comment.