From 3282ad680f61c86b10d07dfe7504b7e13120d851 Mon Sep 17 00:00:00 2001 From: Stephen Brennan Date: Mon, 17 Jun 2024 23:24:44 -0700 Subject: [PATCH] Update trove classifiers Drgn is used by multiple companies and stakeholders in a variety of situations. I think it qualifies as a production / stable. Also, add in the Linux kernel trove classifier. Signed-off-by: Stephen Brennan --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f2159e7..0e2965ee 100755 --- a/setup.py +++ b/setup.py @@ -436,12 +436,13 @@ setup( }, license="LGPL-2.1-or-later", classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "Topic :: Software Development :: Debuggers", + "Topic :: System :: Operating System Kernels :: Linux", ], )