From 758b473c2cf756b614e8c203f699c0550ba7931c 2013-09-19 22:21:13 From: Thomas Kluyver Date: 2013-09-19 22:21:13 Subject: [PATCH] Fix iptest setuptools entry point --- diff --git a/setupbase.py b/setupbase.py index 81f9feb..db45a35 100644 --- a/setupbase.py +++ b/setupbase.py @@ -323,7 +323,7 @@ def find_scripts(entry_points=False, suffix=''): 'ipengine%s = IPython.parallel.apps.ipengineapp:launch_new_instance', 'iplogger%s = IPython.parallel.apps.iploggerapp:launch_new_instance', 'ipcluster%s = IPython.parallel.apps.ipclusterapp:launch_new_instance', - 'iptest%s = IPython.testing.iptest:main', + 'iptest%s = IPython.testing.iptestcontroller:main', 'irunner%s = IPython.lib.irunner:main', ]] gui_scripts = []