Fixed the contribManager in windows binaries
This commit is contained in:
2
setup.py
2
setup.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user