Skip to content

Commit

Permalink
Update cx_freeze params (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-dekker committed Jun 5, 2023
1 parent 8d42290 commit fea0926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

setup(
executables=[
Executable("run_curator.py", base=base, targetName="curator"),
Executable("run_singleton.py", base=base, targetName="curator_cli"),
Executable("run_es_repo_mgr.py", base=base, targetName="es_repo_mgr"),
Executable("run_curator.py", base=base, target_name="curator"),
Executable("run_singleton.py", base=base, target_name="curator_cli"),
Executable("run_es_repo_mgr.py", base=base, target_name="es_repo_mgr"),
]
)

0 comments on commit fea0926

Please sign in to comment.