diff options
Diffstat (limited to 'third_party/python/setuptools/setuptools/script.tmpl')
-rw-r--r-- | third_party/python/setuptools/setuptools/script.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/python/setuptools/setuptools/script.tmpl b/third_party/python/setuptools/setuptools/script.tmpl new file mode 100644 index 0000000000..ff5efbcab3 --- /dev/null +++ b/third_party/python/setuptools/setuptools/script.tmpl @@ -0,0 +1,3 @@ +# EASY-INSTALL-SCRIPT: %(spec)r,%(script_name)r +__requires__ = %(spec)r +__import__('pkg_resources').run_script(%(spec)r, %(script_name)r) |