Skip to content

Commit

Permalink
added sst_icon.png
Browse files Browse the repository at this point in the history
  • Loading branch information
fladd committed Jun 11, 2024
1 parent 10e5059 commit d52e222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added scansessiontool/sst_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ def get_version():
"Operating System :: OS Independent",
],
packages = ['scansessiontool'],
package_data = {'scansessiontool': ['help.txt', 'sst.yaml', 'sst_icon.ico']},
package_data = {'scansessiontool': ['help.txt', 'sst.yaml', 'sst_icon.ico',
'sst_icon.png']},
python_requires=">=3.6",
setup_requires = ['wheel'],
install_requires = ['pyYAML',
Expand Down

0 comments on commit d52e222

Please sign in to comment.