We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15565fe commit 022db25Copy full SHA for 022db25
python/private/py_console_script_gen.py
@@ -97,7 +97,7 @@ def run(
97
out: The output file.
98
console_script: The console_script entry in the entry_points.txt file.
99
console_script_guess: The string used for guessing the console_script if it is not provided.
100
- shebang: The shebang to use for the entry point python file. Defaults to "#!/usr/bin/env python3".
+ shebang: The shebang to use for the entry point python file. Defaults to empty string (no shebang).
101
"""
102
config = EntryPointsParser()
103
config.read(entry_points)
0 commit comments