From 35dab743c27ec3fb728dacb879b36e84d0c2d840 2015-03-25 17:18:49 From: Min RK <benjaminrk@gmail.com> Date: 2015-03-25 17:18:49 Subject: [PATCH] Merge pull request #8146 from takluyver/i8140 Remove Qt console package_data from setup --- diff --git a/setupbase.py b/setupbase.py index 956a51e..e7a9c7a 100644 --- a/setupbase.py +++ b/setupbase.py @@ -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/*.*',