From 542b01779279cbf54565e392136284171b11ff31 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..b0bf7c8 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 - Production/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"]