From 4e8f211c2b631133130a3bf07b3471d5354246a9 2013-11-05 16:51:44 From: Thomas Kluyver Date: 2013-11-05 16:51:44 Subject: [PATCH] Add comment to automatically generated scripts. --- diff --git a/setupbase.py b/setupbase.py index 03ace4a..58c3c87 100644 --- a/setupbase.py +++ b/setupbase.py @@ -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}() """