Show More
@@ -189,7 +189,6 def find_package_data(): | |||||
189 | 'IPython.testing.plugin' : ['*.txt'], |
|
189 | 'IPython.testing.plugin' : ['*.txt'], | |
190 | 'IPython.html' : ['templates/*'] + static_data, |
|
190 | 'IPython.html' : ['templates/*'] + static_data, | |
191 | 'IPython.html.tests' : js_tests, |
|
191 | 'IPython.html.tests' : js_tests, | |
192 | 'IPython.qt.console' : ['resources/icon/*.svg'], |
|
|||
193 | 'IPython.nbconvert' : nbconvert_templates + |
|
192 | 'IPython.nbconvert' : nbconvert_templates + | |
194 | [ |
|
193 | [ | |
195 | 'tests/files/*.*', |
|
194 | 'tests/files/*.*', |
General Comments 0
You need to be logged in to leave comments.
Login now