Show More
@@ -334,6 +334,7 b' def find_entry_points():' | |||||
334 | return [e % '' for e in ep] + [e % suffix for e in ep] |
|
334 | return [e % '' for e in ep] + [e % suffix for e in ep] | |
335 |
|
335 | |||
336 | script_src = """#!{executable} |
|
336 | script_src = """#!{executable} | |
|
337 | # This script was automatically generated by setup.py | |||
337 | from {mod} import {func} |
|
338 | from {mod} import {func} | |
338 | {func}() |
|
339 | {func}() | |
339 | """ |
|
340 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now