Show More
@@ -334,8 +334,9 b' def find_entry_points():' | |||||
334 |
|
334 | |||
335 | script_src = """#!{executable} |
|
335 | script_src = """#!{executable} | |
336 | # This script was automatically generated by setup.py |
|
336 | # This script was automatically generated by setup.py | |
337 | from {mod} import {func} |
|
337 | if __name__ == '__main__': | |
338 | {func}() |
|
338 | from {mod} import {func} | |
|
339 | {func}() | |||
339 | """ |
|
340 | """ | |
340 |
|
341 | |||
341 | class build_scripts_entrypt(build_scripts): |
|
342 | class build_scripts_entrypt(build_scripts): |
General Comments 0
You need to be logged in to leave comments.
Login now