diff options
-rw-r--r-- | Tools/idle/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'] |