From a799fa3845b29e3d806b909e056e3d05ab32be20 Mon Sep 17 00:00:00 2001 From: Jonathan Sick Date: Tue, 20 Aug 2024 13:17:46 -0400 Subject: [PATCH] Add typed and stable classifiers --- pyproject.toml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bfaa244..c07287e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,18 +7,20 @@ readme = "README.md" keywords = ["rubin", "lsst"] # https://pypi.org/classifiers/ classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Stable", + "Environment :: Console", + "Framework :: Sphinx :: Extension", + "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", + "Natural Language :: English", + "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", - "Intended Audience :: Developers", + "Programming Language :: Python :: 3.12", "Topic :: Documentation", "Topic :: Documentation :: Sphinx", - "Framework :: Sphinx :: Extension", - "Environment :: Console", - "Natural Language :: English", - "Operating System :: POSIX", + "Typing :: Typed", ] requires-python = ">=3.11" dynamic = ["version"]