Merge pull request #3532 from minrk/nbconvert_templates

include nbconvert templates in installation
Matthias Bussonnier 13 years ago
commit 903b424d16

@ -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/*.tplx',
'templates/latex/skeleton/*.tplx', 'templates/skeleton/*']
}
return package_data

Loading…
Cancel
Save