Add comment to automatically generated scripts.

This commit is contained in:
Thomas Kluyver 2013-11-05 08:51:44 -08:00
parent 883c46b5b5
commit 655e870d02

View File

@ -334,6 +334,7 @@ def find_entry_points():
return [e % '' for e in ep] + [e % suffix for e in ep]
script_src = """#!{executable}
# This script was automatically generated by setup.py
from {mod} import {func}
{func}()
"""