This commit is contained in:
Kovid Goyal 2008-03-18 21:01:43 +00:00
parent 76d8cb9a36
commit 7a222724e8
2 changed files with 4 additions and 2 deletions

View File

@ -244,7 +244,9 @@ def main():
'iconfile' : 'icons/library.icns',
'frameworks': ['libusb.dylib', 'libunrar.dylib'],
'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'],
'excludes' : ['pydoc'],
'plist' : { 'CFBundleGetInfoString' : '''libprs500, an E-book management application.'''

View File

@ -468,7 +468,7 @@ def main():
'win32file', 'pythoncom', 'rtf2xml',
'lxml', 'lxml._elementpath', 'genshi',
'path', 'pydoc', 'IPython.Extensions.*',
'libprs500.web.feeds.recipes.*'
'libprs500.web.feeds.recipes.*', 'pydoc',
],
'packages' : ['PIL'],
'excludes' : ["Tkconstants", "Tkinter", "tcl",