mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
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:
parent
191185c84d
commit
54195eaf34
@ -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/*.*',
|
||||
|
Loading…
Reference in New Issue
Block a user