fix tplx extension in nbconvert latex templates

MinRK 13 years ago
parent af65f1177d
commit 00cf5001c5

@ -151,7 +151,7 @@ def find_package_data():
'IPython.testing.plugin' : ['*.txt'],
'IPython.html' : ['templates/*'] + static_data,
'IPython.qt.console' : ['resources/icon/*.svg'],
'IPython.nbconvert' : ['templates/*.tpl', 'templates/latex/*.tpl',
'IPython.nbconvert' : ['templates/*.tpl', 'templates/latex/*.tplx',
'templates/latex/skeleton/*.tplx', 'templates/skeleton/*']
}
return package_data

Loading…
Cancel
Save