mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
This commit is contained in:
parent
91227347dd
commit
76d8cb9a36
@ -462,10 +462,14 @@ def main():
|
|||||||
options = { 'py2exe' : {'compressed': 1,
|
options = { 'py2exe' : {'compressed': 1,
|
||||||
'optimize' : 2,
|
'optimize' : 2,
|
||||||
'dist_dir' : PY2EXE_DIR,
|
'dist_dir' : PY2EXE_DIR,
|
||||||
'includes' : ['sip', 'pkg_resources', 'PyQt4.QtSvg',
|
'includes' : [
|
||||||
'mechanize', 'ClientForm', 'wmi',
|
'sip', 'pkg_resources', 'PyQt4.QtSvg',
|
||||||
'win32file', 'pythoncom', 'rtf2xml',
|
'mechanize', 'ClientForm', 'wmi',
|
||||||
'lxml', 'lxml._elementpath', 'genshi'],
|
'win32file', 'pythoncom', 'rtf2xml',
|
||||||
|
'lxml', 'lxml._elementpath', 'genshi',
|
||||||
|
'path', 'pydoc', 'IPython.Extensions.*',
|
||||||
|
'libprs500.web.feeds.recipes.*'
|
||||||
|
],
|
||||||
'packages' : ['PIL'],
|
'packages' : ['PIL'],
|
||||||
'excludes' : ["Tkconstants", "Tkinter", "tcl",
|
'excludes' : ["Tkconstants", "Tkinter", "tcl",
|
||||||
"_imagingtk", "ImageTk", "FixTk",
|
"_imagingtk", "ImageTk", "FixTk",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user