From 670fa52698e90b5025dc2434310eada42fcfdd4a Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 9 Feb 2001 21:23:21 +0000 Subject: Whitespace normalization. --- Tools/idle/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/idle/setup.py b/Tools/idle/setup.py index e0612c2..73f3a81 100644 --- a/Tools/idle/setup.py +++ b/Tools/idle/setup.py @@ -74,7 +74,7 @@ text editor with multiple undo, Python colorizing, and many other things, as well as a Python shell window and a debugger.""", cmdclass = {'build_py':idle_build_py, - 'install_lib':idle_install_lib}, + 'install_lib':idle_install_lib}, package_dir = {idlelib:'.'}, packages = [idlelib], scripts = ['idle'] -- cgit v0.12