Show More
@@ -132,7 +132,8 b" if 'setuptools' in sys.modules:" | |||
|
132 | 132 | 'pycolor = IPython.PyColorize:main', |
|
133 | 133 | 'ipcontroller = IPython.kernel.scripts.ipcontroller:main', |
|
134 | 134 | 'ipengine = IPython.kernel.scripts.ipengine:main', |
|
135 | 'ipcluster = IPython.kernel.scripts.ipcluster:main' | |
|
135 | 'ipcluster = IPython.kernel.scripts.ipcluster:main', | |
|
136 | 'ipythonx = IPython.frontend.wx.ipythonx:main' | |
|
136 | 137 | ] |
|
137 | 138 | } |
|
138 | 139 | setup_args["extras_require"] = dict( |
General Comments 0
You need to be logged in to leave comments.
Login now