summarylogtreecommitdiffstats
path: root/cx-freeze-6.7.patch
blob: 9c693a67aab641e4961a5c07ea7b0c4b421daba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/setup.py b/setup.py
index 33a77af..f529498 100644
--- a/setup.py
+++ b/setup.py
@@ -71,6 +71,7 @@ try:
         packages = [],
         excludes = [],
         include_files = [cert_file],
+        bin_path_includes = sys.path,
     )
 
     if sys.platform == "win32":