Show More
@@ -164,6 +164,7 def find_package_data(): | |||||
164 | 'IPython.qt.console' : ['resources/icon/*.svg'], |
|
164 | 'IPython.qt.console' : ['resources/icon/*.svg'], | |
165 | 'IPython.nbconvert' : nbconvert_templates + |
|
165 | 'IPython.nbconvert' : nbconvert_templates + | |
166 | ['tests/files/*.*', 'exporters/tests/files/*.*'], |
|
166 | ['tests/files/*.*', 'exporters/tests/files/*.*'], | |
|
167 | 'IPython.nbconvert.filters' : ['marked.js'], | |||
167 | 'IPython.nbformat' : ['tests/*.ipynb'] |
|
168 | 'IPython.nbformat' : ['tests/*.ipynb'] | |
168 | } |
|
169 | } | |
169 | return package_data |
|
170 | return package_data |
General Comments 0
You need to be logged in to leave comments.
Login now