include marked.js in package_data

This commit is contained in:
MinRK 2014-01-14 16:46:57 -08:00
parent c7a3676804
commit 3050be2795

View File

@ -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