Skip to content

Commit

Permalink
Fix missing icon from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Oct 26, 2022
1 parent 1414170 commit 136931d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
version=VERSION,
packages=['energyplus_pet', 'energyplus_pet.forms', 'energyplus_pet.equipment'],
description="Parameter Estimation Tools for Generating EnergyPlus Inputs from Raw Performance Data",
package_data={"energyplus_pet.forms": ["*.png"], "energyplus_pet": ["examples/*.ods"]},
package_data={"energyplus_pet.forms": ["*.png", "*.ico"], "energyplus_pet": ["examples/*.ods"]},
include_package_data=True,
long_description=readme_contents,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 136931d

Please sign in to comment.