##// END OF EJS Templates
Copy ipynb example files need for nbconvert tests
Jonathan Frederic -
Show More
@@ -152,7 +152,8 b' def find_package_data():'
152 'IPython.html' : ['templates/*'] + static_data,
152 'IPython.html' : ['templates/*'] + static_data,
153 'IPython.qt.console' : ['resources/icon/*.svg'],
153 'IPython.qt.console' : ['resources/icon/*.svg'],
154 'IPython.nbconvert' : ['templates/*.tpl', 'templates/latex/*.tplx',
154 'IPython.nbconvert' : ['templates/*.tpl', 'templates/latex/*.tplx',
155 'templates/latex/skeleton/*.tplx', 'templates/skeleton/*']
155 'templates/latex/skeleton/*.tplx', 'templates/skeleton/*',
156 'tests/files/*.ipynb', 'exporters/tests/files/*.ipynb']
156 }
157 }
157 return package_data
158 return package_data
158
159
General Comments 0
You need to be logged in to leave comments. Login now