Remove Qt console package_data from setup

We should remember this when the ipython_qtconsole package gets its own
setup.

Closes gh-8140
This commit is contained in:
Thomas Kluyver 2015-03-25 09:53:53 -07:00
parent 191185c84d
commit 54195eaf34

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