repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
curator
/
trunk
/
cx-freeze-6.7.patch
blob
9c693a67aab641e4961a5c07ea7b0c4b421daba0
1
diff --git a/setup.py b/setup.py
2
index 33a77af..f529498 100644
3
--- a/setup.py
4
+++ b/setup.py
5
@@ -71,6 +71,7 @@ try:
6
packages = [],
7
excludes = [],
8
include_files = [cert_file],
9
+ bin_path_includes = sys.path,
10
)
11
12
if sys.platform == "win32":