From 4affc24ec7ddb1dcf2f115921508c8873b791e7d Mon Sep 17 00:00:00 2001 From: blitzmann Date: Sun, 20 Sep 2015 20:47:16 -0400 Subject: [PATCH] update setup.py --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d601d4ad8..cd2fa528b 100644 --- a/setup.py +++ b/setup.py @@ -10,9 +10,8 @@ include_files = ['icons', 'staticdata', 'gpl.txt'] includes = [] # collection.abc due to bug: # https://bitbucket.org/anthony_tuininga/cx_freeze/issues/127/collectionssys-error -excludes = ['Tkinter', 'collections.abc'] - - +# All the other stuff is crap that I have. VENV isn't working right for me for a few dependancies, so bleh +excludes = ['Tkinter', 'collections.abc', 'IPython', 'PyQt4', 'PIL', 'nose', 'tornado', 'zmq', 'mysql', 'scipy'] if __name__ == "__main__":