diff --git a/setup.py b/setup.py index 9055c5f..39d31e9 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os from setuptools import setup, find_packages -from socketIO import __version__ +from socketIOClient import __version__ here = os.path.abspath(os.path.dirname(__file__))