From a1a628cd0bbd5a53f2b82716096f888d9aec588a Mon Sep 17 00:00:00 2001 From: Nicholas Felt Date: Mon, 13 Nov 2023 11:51:21 -0800 Subject: [PATCH] build: Update package classifiers. (#106) Updated development status to production/stable and removed the Python 3.12 classifier since poetry automatically adds it. --- CHANGELOG.md | 4 ++++ pyproject.toml | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) 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/"