|
22 | 22 | ext_modules=[Extension("libxtwrapper", |
23 | 23 | ["libxtwrapper/wrapper.c"])], |
24 | 24 | classifiers=[ |
25 | | - "Development Status :: 4 - Beta", |
| 25 | + "Development Status :: 5 - Production/Stable", |
| 26 | + "Environment :: Console", |
26 | 27 | "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", |
28 | 32 | "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", |
30 | 38 | ], |
31 | 39 | license="Apache License, Version 2.0", |
32 | 40 | ) |
0 commit comments