From 7a222724e83fa2bff0fac5bf0761a9d851a85d48 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 18 Mar 2008 21:01:43 +0000 Subject: [PATCH] --- osx_installer.py | 4 +++- windows_installer.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/osx_installer.py b/osx_installer.py index d464219bfb..6fcc86fcec 100644 --- a/osx_installer.py +++ b/osx_installer.py @@ -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.''' diff --git a/windows_installer.py b/windows_installer.py index 92448759c0..ed3aef924b 100644 --- a/windows_installer.py +++ b/windows_installer.py @@ -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",