##// END OF EJS Templates
mark v3.withref.json as part of package
Matthias BUSSONNIER -
Show More
@@ -193,7 +193,7 b' def find_package_data():'
193 'IPython.nbconvert' : nbconvert_templates +
193 'IPython.nbconvert' : nbconvert_templates +
194 ['tests/files/*.*', 'exporters/tests/files/*.*'],
194 ['tests/files/*.*', 'exporters/tests/files/*.*'],
195 'IPython.nbconvert.filters' : ['marked.js'],
195 'IPython.nbconvert.filters' : ['marked.js'],
196 'IPython.nbformat' : ['tests/*.ipynb']
196 'IPython.nbformat' : ['tests/*.ipynb','v3/v3.withref.json']
197 }
197 }
198
198
199 return package_data
199 return package_data
General Comments 0
You need to be logged in to leave comments. Login now