mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Add comment to automatically generated scripts.
This commit is contained in:
parent
883c46b5b5
commit
655e870d02
@ -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}()
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user