Add SVG qt console icon to package data.

This commit is contained in:
Fernando Perez 2011-10-20 17:16:38 -07:00
parent 0e147267ad
commit c27de98c35

View File

@ -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