upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / curator / trunk / cx-freeze-6.7.patch
blob9c693a67aab641e4961a5c07ea7b0c4b421daba0
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,
12 if sys.platform == "win32":