mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
Copy ipynb example files need for nbconvert tests
This commit is contained in:
parent
7782f29910
commit
2cf4fffb3b
@ -152,7 +152,8 @@ def find_package_data():
|
|||||||
'IPython.html' : ['templates/*'] + static_data,
|
'IPython.html' : ['templates/*'] + static_data,
|
||||||
'IPython.qt.console' : ['resources/icon/*.svg'],
|
'IPython.qt.console' : ['resources/icon/*.svg'],
|
||||||
'IPython.nbconvert' : ['templates/*.tpl', 'templates/latex/*.tplx',
|
'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
|
return package_data
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user