Skip to content

Commit 4b634ae

Browse files
committed
Update list of package classifiers.
1 parent 098ee57 commit 4b634ae

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@
2323
test_suite='nose.collector',
2424
keywords=['performance', 'opentracing', 'metrics', 'monitoring'],
2525
classifiers=[
26-
'Development Status :: 4 - Beta',
26+
'Development Status :: 5 - Production/Stable',
27+
'Framework :: Django',
28+
'Framework :: Flask',
2729
'Intended Audience :: Developers',
2830
'Intended Audience :: Information Technology',
31+
'Intended Audience :: Science/Research',
32+
'Intended Audience :: System Administrators',
2933
'License :: OSI Approved :: MIT License',
3034
'Operating System :: OS Independent',
3135
'Programming Language :: Python',
@@ -34,6 +38,7 @@
3438
'Programming Language :: Python :: 3.4',
3539
'Programming Language :: Python :: 3.5',
3640
'Programming Language :: Python :: 3.6',
41+
'Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware',
3742
'Topic :: System :: Monitoring',
3843
'Topic :: System :: Networking :: Monitoring',
3944
'Topic :: Software Development :: Libraries :: Python Modules'])

0 commit comments

Comments
 (0)