Skip to content

Commit

Permalink
Exclude tkinter
Browse files Browse the repository at this point in the history
The latest cx_Freeze version started including it for no reason
  • Loading branch information
dhowland committed Jun 6, 2020
1 parent 89494b1 commit a785d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keymapper/cxFreeze_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
options = {
"build_exe": {
'packages': ['easykeymap', 'easykeymap.boards', 'easykeymap.gui', 'easykeymap.templates'],
"excludes": ["tkinter"],
'include_files': data_files,
# 'include_msvcr': True,
'bin_path_excludes': [TortoiseSVN_prefix],
Expand Down

0 comments on commit a785d7e

Please sign in to comment.