Skip to content

Commit fba37ba

Browse files
committed
the wsgi package is gone
1 parent 48e5642 commit fba37ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
maintainer_email = "sh@defuze.org",
1212
url = "https://github.com/Lawouach/WebSocket-for-Python",
1313
download_url = "http://www.defuze.org/oss/ws4py/",
14-
packages = ["ws4py", "ws4py.client", "ws4py.server", "ws4py.server.wsgi"],
14+
packages = ["ws4py", "ws4py.client", "ws4py.server"],
1515
tests_require=['unittest2', 'gevent', 'cherrypy'],
1616
test_suite='unittest2.collector',
1717
platforms = ["any"],

0 commit comments

Comments
 (0)