0

Fixed the contribManager in windows binaries

This commit is contained in:
Andrew Chin
2011-10-04 23:27:30 -04:00
parent 2836c66548
commit 12a81a2b47
7 changed files with 13 additions and 7 deletions

View File

@@ -105,7 +105,7 @@ if py2exe is not None:
b = 3
else:
b = 1
setup_kwargs['options']['py2exe'] = {'bundle_files' : b, 'excludes': 'Tkinter'}
setup_kwargs['options']['py2exe'] = {'bundle_files' : b, 'excludes': 'Tkinter', 'includes':['fileinput', 'overviewer_core.items']}
#
# py2app options