##// END OF EJS Templates
using system site-packages
Barry Wark -
Show More
@@ -29,6 +29,7 b' setup('
29 setup_requires=['py2app'],
29 setup_requires=['py2app'],
30 options=dict(py2app=dict(
30 options=dict(py2app=dict(
31 plist=infoPlist,
31 plist=infoPlist,
32 excludes=['IPython','twisted']
32 site_packages=True,
33 excludes=['IPython','twisted','PyObjCTools']
33 )),
34 )),
34 ) No newline at end of file
35 )
General Comments 0
You need to be logged in to leave comments. Login now