Skip to content

Commit

Permalink
Fix CXFreeze due to breaking setuptools change
Browse files Browse the repository at this point in the history
Former-commit-id: 5ce3d7d8e11fb073077135406ff8f3e2aa506d0c [formerly 9ab4ed20f67c7019ba6d19c1e35a6ec41c77edf6]
Former-commit-id: fcbdcac
  • Loading branch information
Nick Dawson committed Jul 15, 2022
1 parent 7ae08ca commit 63aac1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cxfreeze_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def collect_dist_info(packages):
"tqdm",
"pkg_resources",
],
"include_files": collect_dist_info("google_api_python_client") + ["gparch.py"],
"include_files": collect_dist_info("google_api_python_client") + ["gparch.py"]
}

base = None
Expand All @@ -69,4 +69,5 @@ def collect_dist_info(packages):
description="A tool to maintain an archive/mirror of your Google Photos library for backup purposes.",
options={"build_exe": build_exe_options},
executables=[Executable("gparch_cli.py", base=base)],
py_modules=[]
)

0 comments on commit 63aac1a

Please sign in to comment.