Index: recipe_engine/third_party/setuptools/script.tmpl |
diff --git a/recipe_engine/third_party/setuptools/script.tmpl b/recipe_engine/third_party/setuptools/script.tmpl |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ff5efbcab3b58063dd84787181c26a95fb663d94 |
--- /dev/null |
+++ b/recipe_engine/third_party/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) |