Copy ipynb example files need for nbconvert tests

This commit is contained in:
Jonathan Frederic 2013-07-17 16:50:23 -07:00
parent 7782f29910
commit 2cf4fffb3b

View File

@ -152,7 +152,8 @@ def find_package_data():
'IPython.html' : ['templates/*'] + static_data,
'IPython.qt.console' : ['resources/icon/*.svg'],
'IPython.nbconvert' : ['templates/*.tpl', 'templates/latex/*.tplx',
'templates/latex/skeleton/*.tplx', 'templates/skeleton/*']
'templates/latex/skeleton/*.tplx', 'templates/skeleton/*',
'tests/files/*.ipynb', 'exporters/tests/files/*.ipynb']
}
return package_data