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