diff options
-rwxr-xr-x | setuptools/command/easy_install.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index f82125d6..6c1ea631 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -1781,6 +1781,11 @@ def fix_jython_executable(executable, options): class ScriptWriter(object): + """ + Encapsulates behavior around writing entry point scripts for console and + gui apps. + """ + template = ( "# EASY-INSTALL-ENTRY-SCRIPT: %(spec)r,%(group)r,%(name)r\n" "__requires__ = %(spec)r\n" |