Skip to content

Commit

Permalink
Merge pull request #350 from DaanVanHauwermeiren/fix/symbolpng
Browse files Browse the repository at this point in the history
add sum and mult symbol pngs to the installation
  • Loading branch information
KindXiaoming authored Jul 20, 2024
2 parents 4e9af77 + 9062bfc commit 99ee325
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pykan.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ kan/Symbolic_KANLayer.py
kan/__init__.py
kan/spline.py
kan/utils.py
kan/assets/img/mult_symbol.png
kan/assets/img/sum_symbol.png
kan/figures/lock.png
pykan.egg-info/PKG-INFO
pykan.egg-info/SOURCES.txt
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
package_data={
'pykan': [
'figures/lock.png',
'assets/img/sum_symbol.png',
'assets/img/mult_symbol.png',
],
},
classifiers=[
Expand Down

0 comments on commit 99ee325

Please sign in to comment.