From 69eb2865b8fae0760f9cb62d099ec7e92a908672 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 8 Feb 2014 10:16:37 -0500 Subject: Adding comment referencing #134. --- setuptools/command/easy_install.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setuptools/command/easy_install.py') diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 08ebf3e5..8e39ee80 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -743,6 +743,8 @@ Please make the appropriate changes for your system and try again. return clean_template if is_script: + # See https://bitbucket.org/pypa/setuptools/issue/134 for info + # on script file naming and downstream issues with SVR4 template_name = 'script template.py' if dev_path: template_name = template_name.replace('.py', ' (dev).py') -- cgit v1.2.3