summaryrefslogtreecommitdiff
path: root/setuptools/script.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/script.tmpl')
-rw-r--r--setuptools/script.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/setuptools/script.tmpl b/setuptools/script.tmpl
new file mode 100644
index 00000000..4504e264
--- /dev/null
+++ b/setuptools/script.tmpl
@@ -0,0 +1,4 @@
+# EASY-INSTALL-SCRIPT: %(spec)r,%(script_name)r
+__requires__ = %(spec)r
+import pkg_resources
+pkg_resources.run_script(%(spec)r, %(script_name)r)