mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Add SVG qt console icon to package data.
This commit is contained in:
parent
0e147267ad
commit
c27de98c35
@ -134,7 +134,8 @@ def find_package_data():
|
||||
package_data = {
|
||||
'IPython.config.profile' : ['README', '*/*.py'],
|
||||
'IPython.testing' : ['*.txt'],
|
||||
'IPython.frontend.html.notebook' : ['templates/*']+static_data
|
||||
'IPython.frontend.html.notebook' : ['templates/*'] + static_data,
|
||||
'IPython.frontend.qt.console' : ['resources/icon/*.svg'],
|
||||
}
|
||||
return package_data
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user