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"),