From f84c26a249cfe41d0666a6d6376ff0244505199d 2015-03-25 16:53:53 From: Thomas Kluyver Date: 2015-03-25 16:53:53 Subject: [PATCH] Remove Qt console package_data from setup We should remember this when the ipython_qtconsole package gets its own setup. Closes gh-8140 --- 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/*.*',