##// END OF EJS Templates
Fix name of entry script for setuptools.
Fernando Perez -
Show More
@@ -208,7 +208,7 b" if 'setuptools' in sys.modules:"
208 setuptools_extra_args['entry_points'] = {
208 setuptools_extra_args['entry_points'] = {
209 'console_scripts': [
209 'console_scripts': [
210 'ipython = IPython.frontend.terminal.ipapp:launch_new_instance',
210 'ipython = IPython.frontend.terminal.ipapp:launch_new_instance',
211 'ipythonqt = IPython.frontend.qt.console.ipythonqt:main',
211 'ipython-qtconsole = IPython.frontend.qt.console.ipythonqt:main',
212 'pycolor = IPython.utils.PyColorize:main',
212 'pycolor = IPython.utils.PyColorize:main',
213 'ipcontroller = IPython.kernel.ipcontrollerapp:launch_new_instance',
213 'ipcontroller = IPython.kernel.ipcontrollerapp:launch_new_instance',
214 'ipengine = IPython.kernel.ipengineapp:launch_new_instance',
214 'ipengine = IPython.kernel.ipengineapp:launch_new_instance',
General Comments 0
You need to be logged in to leave comments. Login now