We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc72d64 commit 99a91e2Copy full SHA for 99a91e2
setup.py
@@ -49,7 +49,7 @@ def gather_modules():
49
license = 'BSD',
50
long_description = "WebSocket library for Python",
51
classifiers=[
52
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
53
'Framework :: CherryPy',
54
'Intended Audience :: Developers',
55
'License :: OSI Approved :: BSD License',
@@ -64,6 +64,7 @@ def gather_modules():
64
'Programming Language :: Python :: Implementation :: PyPy',
65
'Topic :: Communications',
66
'Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware',
67
+ 'Topic :: Internet :: WWW/HTTP :: WSGI :: Server',
68
'Topic :: Software Development :: Libraries :: Python Modules'
69
],
70
)
0 commit comments