Merge pull request #8146 from takluyver/i8140

Remove Qt console package_data from setup
Min RK 11 years ago
commit b17f329c2c

@ -189,7 +189,6 @@ def find_package_data():
'IPython.testing.plugin' : ['*.txt'],
'IPython.html' : ['templates/*'] + static_data,
'IPython.html.tests' : js_tests,
'IPython.qt.console' : ['resources/icon/*.svg'],
'IPython.nbconvert' : nbconvert_templates +
[
'tests/files/*.*',

Loading…
Cancel
Save