mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Add IPython.external to the package list.
This commit is contained in:
parent
1bcb3a2b5e
commit
0fc6fcf2a9
2
setup.py
2
setup.py
@ -162,7 +162,7 @@ setup(name = name,
|
||||
license = license,
|
||||
platforms = platforms,
|
||||
keywords = keywords,
|
||||
packages = ['IPython', 'IPython.Extensions'],
|
||||
packages = ['IPython', 'IPython.Extensions', 'IPython.external'],
|
||||
scripts = scriptfiles,
|
||||
|
||||
cmdclass = {'install_data': install_data_ext},
|
||||
|
Loading…
Reference in New Issue
Block a user