Commit 69eb2865 authored by Jason R. Coombs's avatar Jason R. Coombs

Adding comment referencing #134.

parent bd83591f
...@@ -743,6 +743,8 @@ Please make the appropriate changes for your system and try again. ...@@ -743,6 +743,8 @@ Please make the appropriate changes for your system and try again.
return clean_template return clean_template
if is_script: 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' template_name = 'script template.py'
if dev_path: if dev_path:
template_name = template_name.replace('.py', ' (dev).py') template_name = template_name.replace('.py', ' (dev).py')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment