Add preprocessor test inputs to find_package_data()

Julia Evans 12 years ago committed by MinRK
parent 85733cafa1
commit 4fcf0df53a

@ -185,7 +185,12 @@ def find_package_data():
'IPython.html.tests' : js_tests,
'IPython.qt.console' : ['resources/icon/*.svg'],
'IPython.nbconvert' : nbconvert_templates +
['tests/files/*.*', 'exporters/tests/files/*.*'],
[
'tests/files/*.*',
'exporters/tests/files/*.*',
'preprocessor/tests/input/*.*',
'preprocessor/tests/expected/*.*',
],
'IPython.nbconvert.filters' : ['marked.js'],
'IPython.nbformat' : ['tests/*.ipynb','v3/v3.withref.json']
}

Loading…
Cancel
Save