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