mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 01:03:07 +00:00
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:
parent
6cf0c244e6
commit
3282ad680f
3
setup.py
3
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",
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user