##// END OF EJS Templates
include nbconvert templates in installation...
MinRK -
Show More
@@ -151,8 +151,8 b' def find_package_data():'
151 'IPython.testing.plugin' : ['*.txt'],
151 'IPython.testing.plugin' : ['*.txt'],
152 'IPython.html' : ['templates/*'] + static_data,
152 'IPython.html' : ['templates/*'] + static_data,
153 'IPython.qt.console' : ['resources/icon/*.svg'],
153 'IPython.qt.console' : ['resources/icon/*.svg'],
154 'IPython.nbconvert.templates' : ['*.tpl', 'latex/*.tpl',
154 'IPython.nbconvert' : ['templates/*.tpl', 'templates/latex/*.tpl',
155 'latex/skeleton/*.tplx', 'skeleton/*']
155 'templates/latex/skeleton/*.tplx', 'templates/skeleton/*']
156 }
156 }
157 return package_data
157 return package_data
158
158
General Comments 0
You need to be logged in to leave comments. Login now