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 <stephen@brennan.io>
This commit is contained in:
Stephen Brennan 2024-06-17 23:24:44 -07:00 committed by Omar Sandoval
parent 6cf0c244e6
commit 3282ad680f

View File

@ -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",
],
)