From 1454aa93f19989e1f5ce3fb6c19d2fca49b61fdd Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 27 Apr 2024 12:42:35 -0700 Subject: [PATCH] Classify development status as Production/Stable (#548) --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f7543f3a..3d57ce47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,16 +13,18 @@ keywords = [ 'numpy', ] classifiers = [ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Plugins', + 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', - 'Topic :: Documentation', + 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Topic :: Documentation', ] dependencies = [ 'sphinx>=6',