From 54195eaf347b25a9ed449edeecb50b5f52e061ef Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 25 Mar 2015 09:53:53 -0700 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 --- setupbase.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setupbase.py b/setupbase.py index 956a51e5a..e7a9c7a04 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/*.*',