From f1e5c7453e6d5a9730714ac98ad0b83f7a4e2b9c Mon Sep 17 00:00:00 2001 From: Gra Date: Fri, 24 Apr 2009 15:02:58 +0200 Subject: [PATCH] Whitespace and comments (79 cols) in setup.py. --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 149d113..e10fec0 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,8 @@ setup( author_email = version.author_email, platforms = [version.platform], - # the following doesn't work - for some reason bundling everything into one exe - # causes the program to crash out on start. + # The following doesn't work - for some reason bundling everything into one + # exe causes the program to crash out on start. #~ options = {'py2exe': {'bundle_files': 1}}, #~ zipfile = None, @@ -55,7 +55,7 @@ setup( { "script": "keylogger.pyw", "dest_base": version.name, - "icon_resources": [(0, version.name+"icon.ico")] + "icon_resources": [(0, version.name+"icon.ico")] } ], ) -- 2.45.1