mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
include nbconvert templates in installation
fixes path spec in setupbase.py:find_package_data
This commit is contained in:
parent
da8f8081b4
commit
af65f1177d
@ -151,8 +151,8 @@ def find_package_data():
|
||||
'IPython.testing.plugin' : ['*.txt'],
|
||||
'IPython.html' : ['templates/*'] + static_data,
|
||||
'IPython.qt.console' : ['resources/icon/*.svg'],
|
||||
'IPython.nbconvert.templates' : ['*.tpl', 'latex/*.tpl',
|
||||
'latex/skeleton/*.tplx', 'skeleton/*']
|
||||
'IPython.nbconvert' : ['templates/*.tpl', 'templates/latex/*.tpl',
|
||||
'templates/latex/skeleton/*.tplx', 'templates/skeleton/*']
|
||||
}
|
||||
return package_data
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user