Show More
@@ -208,6 +208,7 b" if 'setuptools' in sys.modules:" | |||
|
208 | 208 | setuptools_extra_args['entry_points'] = { |
|
209 | 209 | 'console_scripts': [ |
|
210 | 210 | 'ipython = IPython.frontend.terminal.ipapp:launch_new_instance', |
|
211 | 'ipythonqt = IPython.frontend.qt.console.ipythonqt:main', | |
|
211 | 212 | 'pycolor = IPython.utils.PyColorize:main', |
|
212 | 213 | 'ipcontroller = IPython.kernel.ipcontrollerapp:launch_new_instance', |
|
213 | 214 | 'ipengine = IPython.kernel.ipengineapp:launch_new_instance', |
General Comments 0
You need to be logged in to leave comments.
Login now