mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
715ab8b96a
So seamless.
5 lines
163 B
Python
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""")
|