Skip to content

Commit b210822

Browse files
author
ldx
committed
Update classifiers in setup.py.
1 parent bbdfdcd commit b210822

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

setup.py

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,19 @@
2222
ext_modules=[Extension("libxtwrapper",
2323
["libxtwrapper/wrapper.c"])],
2424
classifiers=[
25-
"Development Status :: 4 - Beta",
25+
"Development Status :: 5 - Production/Stable",
26+
"Environment :: Console",
2627
"Intended Audience :: Developers",
27-
"License :: OSI Approved :: Apache License, Version 2.0",
28+
"Intended Audience :: Information Technology",
29+
"Intended Audience :: System Administrators",
30+
"Intended Audience :: Telecommunications Industry",
31+
"License :: OSI Approved :: Apache Software License",
2832
"Natural Language :: English",
29-
"Topic :: Networking",
33+
"Operating System :: POSIX :: Linux",
34+
"Programming Language :: Python",
35+
"Topic :: Software Development :: Libraries",
36+
"Topic :: System :: Networking :: Firewalls",
37+
"Topic :: System :: Systems Administration",
3038
],
3139
license="Apache License, Version 2.0",
3240
)

0 commit comments

Comments
 (0)