From 33401d6e4d77f605fabd51b838a3fd0eccdae687 Mon Sep 17 00:00:00 2001 From: liris Date: Wed, 18 Jan 2012 09:46:35 +0900 Subject: [PATCH] - update description. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index edb2a8b..1f6ab8f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ VERSION = "0.5.0" setup( name="websocket-client", version=VERSION, - description="WebSocket client for python", + description="WebSocket client for python. hybi13 is supported.", long_description=open("README.rst").read(), author="liris", author_email="liris.pp@gmail.com",