diff --git a/CHANGELOG.md b/CHANGELOG.md index e2bc2194..4348b681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index fbaa6330..ed19924d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,14 +47,13 @@ authors = [ "Nicholas Felt " ] 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/"