|
23 | 23 | test_suite='nose.collector', |
24 | 24 | keywords=['performance', 'opentracing', 'metrics', 'monitoring'], |
25 | 25 | classifiers=[ |
26 | | - 'Development Status :: 4 - Beta', |
| 26 | + 'Development Status :: 5 - Production/Stable', |
| 27 | + 'Framework :: Django', |
| 28 | + 'Framework :: Flask', |
27 | 29 | 'Intended Audience :: Developers', |
28 | 30 | 'Intended Audience :: Information Technology', |
| 31 | + 'Intended Audience :: Science/Research', |
| 32 | + 'Intended Audience :: System Administrators', |
29 | 33 | 'License :: OSI Approved :: MIT License', |
30 | 34 | 'Operating System :: OS Independent', |
31 | 35 | 'Programming Language :: Python', |
|
34 | 38 | 'Programming Language :: Python :: 3.4', |
35 | 39 | 'Programming Language :: Python :: 3.5', |
36 | 40 | 'Programming Language :: Python :: 3.6', |
| 41 | + 'Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware', |
37 | 42 | 'Topic :: System :: Monitoring', |
38 | 43 | 'Topic :: System :: Networking :: Monitoring', |
39 | 44 | 'Topic :: Software Development :: Libraries :: Python Modules']) |
0 commit comments