Updated setup.py

This commit is contained in:
Roy Hyunjin Han 2013-01-07 17:14:15 -05:00
commit 6f12132e88
2 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
Let user define a proxy #5
Let user emit without arguments #5
Review forks
Integrate Zac's fork #6
Integrate Sajal's fork #7
Integrate Francis's fork #10
Investigate #8
Integrate Zac's fork #6
Integrate Sajal's fork #7
Integrate Francis's fork #10
Investigate issue #8
Integrate Paul's fork

View file

@ -9,7 +9,7 @@ CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
setup(
name='socketIO-client',
version='0.3',
version='0.4',
description='A socket.io client library',
long_description=README + '\n\n' + CHANGES,
license='MIT',
@ -24,6 +24,7 @@ setup(
url='https://github.com/invisibleroads/socketIO-client',
install_requires=[
'anyjson',
'gevent-socketio',
'websocket-client',
],
packages=find_packages(),