Skip to content

Commit

Permalink
Include the windows icon file for the link
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Mar 31, 2023
1 parent 18568ad commit 871d930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
recursive-include energyplus_regressions *.config
recursive-include energyplus_regressions *.png
recursive-include energyplus_regressions *.ico
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
test_suite='nose.collector',
tests_require=['nose'],
keywords='energyplus',
include_package_data=True,
include_package_data=True, # use /MANIFEST.in file for declaring package data
install_requires=install_requires,
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 871d930

Please sign in to comment.