Fixed path in setupbase, again...

This commit is contained in:
damianavila 2013-07-25 08:09:05 -03:00
parent 839cd00e50
commit 309649e469

View File

@ -153,7 +153,8 @@ def find_package_data():
'IPython.qt.console' : ['resources/icon/*.svg'],
'IPython.nbconvert' : ['templates/*.tpl', 'templates/latex/*.tplx',
'templates/latex/skeleton/*.tplx', 'templates/skeleton/*',
'templates/reveal/*.tpl', 'tests/files/*.*', 'exporters/tests/files/*.*']
'templates/reveal_internals/*.tpl', 'tests/files/*.*',
'exporters/tests/files/*.*']
}
return package_data