• Jim Fulton's avatar
    Change the script-generation logic to not use pkg_resources at run · e9c3b06b
    Jim Fulton authored
    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.
    e9c3b06b
egglinker.py 3.83 KB