Use Draft4 JSON Schema for v4

This commit is contained in:
MinRK 2014-06-24 20:13:57 -07:00 committed by Min RK
parent d26b4291f5
commit fd17ea8078

View File

@ -199,6 +199,7 @@ def find_package_data():
'IPython.nbformat' : [
'tests/*.ipynb',
'v3/nbformat.v3.schema.json',
'v4/nbformat.v4.schema.json',
]
}