##// END OF EJS Templates
Add SVG qt console icon to package data.
Fernando Perez -
Show More
@@ -13,6 +13,8 b' prune IPython/frontend/html/notebook/static/mathjax'
13 13
14 14 include IPython/.git_commit_info.ini
15 15
16 include IPython/frontend/qt/console/resources/icon/IPythonConsole.svg
17
16 18 graft docs
17 19 exclude docs/\#*
18 20 exclude docs/man/*.1
@@ -134,7 +134,8 b' def find_package_data():'
134 134 package_data = {
135 135 'IPython.config.profile' : ['README', '*/*.py'],
136 136 'IPython.testing' : ['*.txt'],
137 'IPython.frontend.html.notebook' : ['templates/*']+static_data
137 'IPython.frontend.html.notebook' : ['templates/*'] + static_data,
138 'IPython.frontend.qt.console' : ['resources/icon/*.svg'],
138 139 }
139 140 return package_data
140 141
General Comments 0
You need to be logged in to leave comments. Login now