commit 4d8bcb4b3671fd64d52040fa1cdfa35e48c17021
Author: George Kadianakis <[email protected]>
Date: Tue Jul 22 13:48:02 2014 +0300
Add txsocksx and parsley as py2exe dependencies.
---
setup_py2exe.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup_py2exe.py b/setup_py2exe.py
index 76a2360..ea1a7ab 100644
--- a/setup_py2exe.py
+++ b/setup_py2exe.py
@@ -14,7 +14,7 @@ setup(
options={
"build": {"build_base": build_path},
"py2exe": {
- "includes": ["twisted", "pyptlib", "Crypto"],
+ "includes": ["twisted", "pyptlib", "Crypto", "parsley",
"txsocksx"],
"dist_dir": dist_path,
}
}
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits