From 7766a2dcc3c069dc4f78bd2808a9431d5f93645b 2008-07-01 07:05:12 From: Barry Wark Date: 2008-07-01 07:05:12 Subject: [PATCH] using system site-packages --- diff --git a/IPython/frontend/cocoa/plugin/setup.py b/IPython/frontend/cocoa/plugin/setup.py index 6811e11..8393085 100644 --- a/IPython/frontend/cocoa/plugin/setup.py +++ b/IPython/frontend/cocoa/plugin/setup.py @@ -29,6 +29,7 @@ setup( setup_requires=['py2app'], options=dict(py2app=dict( plist=infoPlist, - excludes=['IPython','twisted'] + site_packages=True, + excludes=['IPython','twisted','PyObjCTools'] )), ) \ No newline at end of file