From b5a07fb9fc668430df8cd2a529208e1fa574f81b Mon Sep 17 00:00:00 2001 From: yinghuocho Date: Mon, 3 Nov 2014 21:11:44 -0800 Subject: [PATCH] [firefly-proxy] minor edits --- README | 4 ++-- setup.py | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 4a0bd4b..d39ca87 100644 --- a/README +++ b/README @@ -4,7 +4,6 @@ integrated ========== * gsocks * ghttproxy - * shadowsocks * putty * SysTrayIcon.py @@ -15,10 +14,11 @@ dependencies * requests * requesocks * grequests + * shadowsocks * win_inet_pton (under Windows) packaging ========= * cx_Freeze * nsis - \ No newline at end of file + diff --git a/setup.py b/setup.py index ae3ae4a..b9e17d0 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,8 @@ "custom-blacklist.txt", "custom-whitelist.txt", "ca-bundle.crt", + "README", + "LICENSE", ("webui\\static", "webui\\static"), ("webui\\templates", "webui\\templates"), ("tools\\", "tools"),