diff --git a/setupbase.py b/setupbase.py index 84f7c06..480c4e8 100644 --- a/setupbase.py +++ b/setupbase.py @@ -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