Skip to content

Commit 87f9521

Browse files
committed
Minor bug fixes
Fixing minor bugs preventing installation
1 parent 5352738 commit 87f9521

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
include_package_data=True,
1010
package_data={'fronpy': [
1111
'data/*.csv',
12-
'misc/*.ico',]},
12+
'misc/*.ico',
13+
'misc/*.png',]},
1314
packages=find_packages(),
1415
install_requires=[
1516
"numpy>=1.25.2",

0 commit comments

Comments
 (0)