mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
Fixed path in setupbase, again...
This commit is contained in:
parent
839cd00e50
commit
309649e469
@ -153,7 +153,8 @@ def find_package_data():
|
||||
'IPython.qt.console' : ['resources/icon/*.svg'],
|
||||
'IPython.nbconvert' : ['templates/*.tpl', 'templates/latex/*.tplx',
|
||||
'templates/latex/skeleton/*.tplx', 'templates/skeleton/*',
|
||||
'templates/reveal/*.tpl', 'tests/files/*.*', 'exporters/tests/files/*.*']
|
||||
'templates/reveal_internals/*.tpl', 'tests/files/*.*',
|
||||
'exporters/tests/files/*.*']
|
||||
}
|
||||
return package_data
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user