include nbconvert templates in installation

fixes path spec in setupbase.py:find_package_data
This commit is contained in:
MinRK 2013-07-03 20:40:43 -07:00
parent da8f8081b4
commit af65f1177d

View File

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