Merge pull request #5658 from jhamrick/nbvalidate

Improve nbformat json validator
Thomas Kluyver 12 years ago
commit 1e9413a293

@ -187,7 +187,7 @@ def find_package_data():
'IPython.nbconvert' : nbconvert_templates +
['tests/files/*.*', 'exporters/tests/files/*.*'],
'IPython.nbconvert.filters' : ['marked.js'],
'IPython.nbformat' : ['tests/*.ipynb']
'IPython.nbformat' : ['tests/*.ipynb','v3/v3.withref.json']
}
return package_data

Loading…
Cancel
Save