Skip to content

Commit 71647a3

Browse files
committed
changed meta
1 parent 9e9e66c commit 71647a3

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ socketIO-client
66
===============
77
Here is a `socket.io <http://socket.io>`_ client library for Python. You can use it to write test code for your socket.io server.
88

9+
This is a forked version to implement the Socket.io 2.x changes. You can find the original `here <https://github.com/invisibleroads/socketIO-client`_
10+
911
Please note that this version implements `socket.io protocol 1.x <https://github.com/automattic/socket.io-protocol>`_, which is not backwards compatible. If you want to communicate using `socket.io protocol 0.9 <https://github.com/learnboost/socket.io-spec>`_ (which is compatible with `gevent-socketio <https://github.com/abourget/gevent-socketio>`_), please use `socketIO-client 0.5.7.2 <https://pypi.python.org/pypi/socketIO-client/0.5.7.2>`_.
1012

1113

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
'CHANGES.rst',
1111
])
1212
setup(
13-
name='socketIO-client',
14-
version='0.7.2',
13+
name='socketIO-client-nexus',
14+
version='0.7.3',
1515
description='A socket.io client library',
1616
long_description=DESCRIPTION,
1717
license='MIT',
@@ -24,7 +24,7 @@
2424
keywords='socket.io node.js',
2525
author='Roy Hyunjin Han',
2626
author_email='rhh@crosscompute.com',
27-
url='https://github.com/invisibleroads/socketIO-client',
27+
url='https://github.com/nexus-devs/socketIO-client',
2828
install_requires=[
2929
'requests>=2.7.0',
3030
'six',

0 commit comments

Comments
 (0)