From a7bdac35789f0b50246f1b8a01888386860e012c Mon Sep 17 00:00:00 2001 From: clowwindy Date: Thu, 5 Jun 2014 21:02:25 +0800 Subject: [PATCH] update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9db7faa..0263846 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="shadowsocks", version="2.0", license='MIT', - description="a lightweight tunnel proxy", + description="A fast tunnel proxy that help you get through firewalls", author='clowwindy', author_email='clowwindy42@gmail.com', url='https://github.com/clowwindy/shadowsocks',