diff --git a/setup.py b/setup.py index a82ebb5..028bbe9 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ This implementation uses Tornado framework as a backend. """, packages=['msgpackrpc', 'msgpackrpc/transport'], - install_requires=['msgpack-python', 'tornado >= 3,<5'], + install_requires=['msgpack', 'tornado >= 3,<5'], license="Apache Software License", classifiers=[ 'Programming Language :: Python :: 2',