Change the script-generation logic to not use pkg_resources at run
time. Rather, we generate in-line logic that pkg_resources would provide. This means that apps that don't actually use pkg_resources themselves don't end up running it and we don't need to implicitly include the setuptools egg in the script path. Of course, if an application does use setuptools, then setuptools will be one of it's requirements and will be included in the path. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68521 62d5b8a3-27da-0310-9561-8e5933582275
Showing
Please register or sign in to comment