##// END OF EJS Templates
Update setup.py for setuptools support for ipythonqt script.
epatters -
Show More
@@ -208,6 +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 'pycolor = IPython.utils.PyColorize:main',
212 'pycolor = IPython.utils.PyColorize:main',
212 'ipcontroller = IPython.kernel.ipcontrollerapp:launch_new_instance',
213 'ipcontroller = IPython.kernel.ipcontrollerapp:launch_new_instance',
213 '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