about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2013-11-06 13:17:58 +0100
committerPaweł Jastrzębski <[email protected]>2013-11-06 13:49:12 +0100
commit1b1ed7c4ab39e50b6c0ac82ee6f65150097386dd (patch)
tree4f7d24e001851c4b410b2d112181611e6be76aee /setup.py
parentMoved to psutil Popen (diff)
downloadkcc-1b1ed7c4ab39e50b6c0ac82ee6f65150097386dd.tar.gz
kcc-1b1ed7c4ab39e50b6c0ac82ee6f65150097386dd.tar.bz2
kcc-1b1ed7c4ab39e50b6c0ac82ee6f65150097386dd.zip
Improved error messages about missing dependencies
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
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",