Skip to content

Commit 99a91e2

Browse files
committed
updated throves as ws4py is rather stable now
1 parent fc72d64 commit 99a91e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def gather_modules():
4949
license = 'BSD',
5050
long_description = "WebSocket library for Python",
5151
classifiers=[
52-
'Development Status :: 4 - Beta',
52+
'Development Status :: 5 - Production/Stable',
5353
'Framework :: CherryPy',
5454
'Intended Audience :: Developers',
5555
'License :: OSI Approved :: BSD License',
@@ -64,6 +64,7 @@ def gather_modules():
6464
'Programming Language :: Python :: Implementation :: PyPy',
6565
'Topic :: Communications',
6666
'Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware',
67+
'Topic :: Internet :: WWW/HTTP :: WSGI :: Server',
6768
'Topic :: Software Development :: Libraries :: Python Modules'
6869
],
6970
)

0 commit comments

Comments
 (0)