Skip to content

Commit

Permalink
update sub_setup.py 包括icon资源
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed Dec 17, 2024
1 parent 08877c7 commit 597ae9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sub_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ def parse_requirements(filename):
'': [
'*.rst', '*.pyd', '*.png', '*.md', '*.ipynb', '*.ini', '*.sql', '*.properties', '*.xml',
'LICENSE.txt', '*.dll', '*.exe', '*.ico', '*.so', '*.dylib', '*.h', '*.lib',
'*.so.*', '*.qm', 'libboost_serialization*',
'libboost_python{}*'.format(py_version)
'*.so.*', '*.qm', 'libboost_serialization*', 'libboost_python{}*'.format(py_version),
'*.png'
],
},
data_files=hku_data_files,
Expand Down

0 comments on commit 597ae9b

Please sign in to comment.