From 9e083e0f994145b26b0f116f205221cbe92e209c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 30 Mar 2008 22:42:08 +0000 Subject: [PATCH] --- osx_installer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osx_installer.py b/osx_installer.py index af89b85ebb..026b4574f4 100644 --- a/osx_installer.py +++ b/osx_installer.py @@ -234,9 +234,9 @@ def main(): 'includes' : ['sip', 'pkg_resources', 'PyQt4.QtSvg', 'mechanize', 'ClientForm', 'usbobserver', 'genshi', 'libprs500.web.feeds.recipes.*', - 'IPython.Extensions.*'], + 'IPython.Extensions.*', 'pydoc'], 'packages' : ['PIL', 'Authorization', 'rtf2xml', 'lxml'], - 'excludes' : ['pydoc'], + 'excludes' : [], 'plist' : { 'CFBundleGetInfoString' : '''libprs500, an E-book management application.''' ''' Visit http://libprs500.kovidgoyal.net for details.''', 'CFBundleIdentifier':'net.kovidgoyal.librs500',