mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-31 13:40:29 +08:00
include marked.js in package_data
This commit is contained in:
parent
c7a3676804
commit
3050be2795
@ -164,6 +164,7 @@ def find_package_data():
|
||||
'IPython.qt.console' : ['resources/icon/*.svg'],
|
||||
'IPython.nbconvert' : nbconvert_templates +
|
||||
['tests/files/*.*', 'exporters/tests/files/*.*'],
|
||||
'IPython.nbconvert.filters' : ['marked.js'],
|
||||
'IPython.nbformat' : ['tests/*.ipynb']
|
||||
}
|
||||
return package_data
|
||||
|
Loading…
x
Reference in New Issue
Block a user