From ad0eebab218118fa07e314032bd4097c44fc7eb2 Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Sat, 24 Sep 2005 20:29:57 +0000 Subject: Support generating .pyw/.exe wrappers for Windows GUI scripts, and "normal" #! wrappers for GUI scripts on other platforms. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041254 --- setuptools/command/develop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools/command/develop.py') diff --git a/setuptools/command/develop.py b/setuptools/command/develop.py index 24875467..f767ac4a 100755 --- a/setuptools/command/develop.py +++ b/setuptools/command/develop.py @@ -103,7 +103,7 @@ class develop(easy_install): # create wrapper scripts in the script dir, pointing to dist.scripts # new-style... - self.install_console_scripts(dist) + self.install_wrapper_scripts(dist) # ...and old-style for script_name in self.distribution.scripts or []: -- cgit v1.2.1