diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py index 64ebada..ea5749c 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,8 @@ elif platform == "win32": ['other/UnRAR.exe', 'UnRAR.exe'], ['other/7za.exe', '7za.exe'], ['other/Additional-LICENSE.txt', 'Additional-LICENSE.txt'] - ], "compressed": True}}, + ], "compressed": True, + "excludes": ['Tkinter']}}, executables=[Executable(MAIN, base=base, targetName="KCC.exe", |