Merge pull request #8154 from takluyver/bigsplit-nbformat

Big Split: nbformat -> jupyter_nbformat
Min RK 11 years ago
commit 49dd77e0ec

@ -196,11 +196,11 @@ def find_package_data():
'preprocessors/tests/files/*.*',
],
'IPython.nbconvert.filters' : ['marked.js'],
'IPython.nbformat' : [
'tests/*.ipynb',
'v3/nbformat.v3.schema.json',
'v4/nbformat.v4.schema.json',
],
# 'IPython.nbformat' : [
# 'tests/*.ipynb',
# 'v3/nbformat.v3.schema.json',
# 'v4/nbformat.v4.schema.json',
# ],
'IPython.kernel': ['resources/*.*'],
}

Loading…
Cancel
Save