mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
This commit is contained in:
parent
76d8cb9a36
commit
7a222724e8
@ -244,7 +244,9 @@ def main():
|
|||||||
'iconfile' : 'icons/library.icns',
|
'iconfile' : 'icons/library.icns',
|
||||||
'frameworks': ['libusb.dylib', 'libunrar.dylib'],
|
'frameworks': ['libusb.dylib', 'libunrar.dylib'],
|
||||||
'includes' : ['sip', 'pkg_resources', 'PyQt4.QtSvg',
|
'includes' : ['sip', 'pkg_resources', 'PyQt4.QtSvg',
|
||||||
'mechanize', 'ClientForm', 'usbobserver', 'genshi'],
|
'mechanize', 'ClientForm', 'usbobserver',
|
||||||
|
'genshi', 'libprs500.web.feeds.recipes.*',
|
||||||
|
'IPython.Extensions.*'],
|
||||||
'packages' : ['PIL', 'Authorization', 'rtf2xml', 'lxml'],
|
'packages' : ['PIL', 'Authorization', 'rtf2xml', 'lxml'],
|
||||||
'excludes' : ['pydoc'],
|
'excludes' : ['pydoc'],
|
||||||
'plist' : { 'CFBundleGetInfoString' : '''libprs500, an E-book management application.'''
|
'plist' : { 'CFBundleGetInfoString' : '''libprs500, an E-book management application.'''
|
||||||
|
@ -468,7 +468,7 @@ def main():
|
|||||||
'win32file', 'pythoncom', 'rtf2xml',
|
'win32file', 'pythoncom', 'rtf2xml',
|
||||||
'lxml', 'lxml._elementpath', 'genshi',
|
'lxml', 'lxml._elementpath', 'genshi',
|
||||||
'path', 'pydoc', 'IPython.Extensions.*',
|
'path', 'pydoc', 'IPython.Extensions.*',
|
||||||
'libprs500.web.feeds.recipes.*'
|
'libprs500.web.feeds.recipes.*', 'pydoc',
|
||||||
],
|
],
|
||||||
'packages' : ['PIL'],
|
'packages' : ['PIL'],
|
||||||
'excludes' : ["Tkconstants", "Tkinter", "tcl",
|
'excludes' : ["Tkconstants", "Tkinter", "tcl",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user