Updated setup.py
This commit is contained in:
parent
ecae8b0288
commit
6f12132e88
2 changed files with 7 additions and 6 deletions
10
TODO.rst
10
TODO.rst
|
|
@ -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
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue