##// END OF EJS Templates
Add reveal/*.tpl path to setupbase.
damianavila -
Show More
@@ -153,7 +153,7 b' def find_package_data():'
153 153 'IPython.qt.console' : ['resources/icon/*.svg'],
154 154 'IPython.nbconvert' : ['templates/*.tpl', 'templates/latex/*.tplx',
155 155 'templates/latex/skeleton/*.tplx', 'templates/skeleton/*',
156 'tests/files/*.*', 'exporters/tests/files/*.*']
156 'templates/reveal/*.tplx', 'tests/files/*.*', 'exporters/tests/files/*.*']
157 157 }
158 158 return package_data
159 159
General Comments 0
You need to be logged in to leave comments. Login now