Files
heroku-buildpack-python/vendor/distribute-0.6.34/setuptools/script template.py
T
Kenneth Reitz 5935632b8b distribute
2013-01-02 20:10:15 -05:00

5 lines
163 B
Python

# EASY-INSTALL-SCRIPT: %(spec)r,%(script_name)r
__requires__ = """%(spec)r"""
import pkg_resources
pkg_resources.run_script("""%(spec)r""", """%(script_name)r""")