##// END OF EJS Templates
Fix iptest setuptools entry point
Thomas Kluyver -
Show More
@@ -323,7 +323,7 b" def find_scripts(entry_points=False, suffix=''):"
323 323 'ipengine%s = IPython.parallel.apps.ipengineapp:launch_new_instance',
324 324 'iplogger%s = IPython.parallel.apps.iploggerapp:launch_new_instance',
325 325 'ipcluster%s = IPython.parallel.apps.ipclusterapp:launch_new_instance',
326 'iptest%s = IPython.testing.iptest:main',
326 'iptest%s = IPython.testing.iptestcontroller:main',
327 327 'irunner%s = IPython.lib.irunner:main',
328 328 ]]
329 329 gui_scripts = []
General Comments 0
You need to be logged in to leave comments. Login now