mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-23 12:49:41 +08:00
Fixing setupbase.py for nbformat package.
This commit is contained in:
parent
e193e98ecd
commit
4973135bf1
@ -127,6 +127,8 @@ def find_packages():
|
||||
add_package(packages, 'frontend.terminal', tests=True)
|
||||
add_package(packages, 'lib', tests=True)
|
||||
add_package(packages, 'nbformat', tests=True)
|
||||
add_package(packages, 'nbformat.v1', tests=True)
|
||||
add_package(packages, 'nbformat.v2', tests=True)
|
||||
add_package(packages, 'parallel', tests=True, scripts=True,
|
||||
others=['apps','engine','client','controller'])
|
||||
add_package(packages, 'quarantine', tests=True)
|
||||
|
Loading…
Reference in New Issue
Block a user