Merge pull request #8146 from takluyver/i8140

Remove Qt console package_data from setup
This commit is contained in:
Min RK 2015-03-25 10:18:49 -07:00
commit b17f329c2c

View File

@ -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/*.*',