Add SVG qt console icon to package data.

pull/37/head
Fernando Perez 15 years ago
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…
Cancel
Save