mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-12 14:00:27 +08:00
Fix decorator bug and update build scripts to use setuptools for iptest.
This commit is contained in:
parent
044c2de074
commit
15ae52f8e6
3
setup.py
3
setup.py
@ -137,7 +137,8 @@ if 'setuptools' in sys.modules:
|
||||
'ipcontroller = IPython.kernel.scripts.ipcontroller:main',
|
||||
'ipengine = IPython.kernel.scripts.ipengine:main',
|
||||
'ipcluster = IPython.kernel.scripts.ipcluster:main',
|
||||
'ipythonx = IPython.frontend.wx.ipythonx:main'
|
||||
'ipythonx = IPython.frontend.wx.ipythonx:main',
|
||||
'iptest = IPython.testing.iptest:main',
|
||||
]
|
||||
}
|
||||
setup_args["extras_require"] = dict(
|
||||
|
Loading…
x
Reference in New Issue
Block a user