diff --git a/setupbase.py b/setupbase.py index 05548d145..9482b10bf 100644 --- a/setupbase.py +++ b/setupbase.py @@ -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'] }