aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/easy_install.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-02-08 10:16:37 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-02-08 10:16:37 -0500
commit69eb2865b8fae0760f9cb62d099ec7e92a908672 (patch)
tree6d573a416a49a0f5b81fae6c50365655a2d1a35f /setuptools/command/easy_install.py
parentbd83591f366938374961d42757d04b25b08004a9 (diff)
downloadexternal_python_setuptools-69eb2865b8fae0760f9cb62d099ec7e92a908672.tar.gz
external_python_setuptools-69eb2865b8fae0760f9cb62d099ec7e92a908672.tar.bz2
external_python_setuptools-69eb2865b8fae0760f9cb62d099ec7e92a908672.zip
Adding comment referencing #134.
Diffstat (limited to 'setuptools/command/easy_install.py')
-rwxr-xr-xsetuptools/command/easy_install.py2
1 files changed, 2 insertions, 0 deletions
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')