Skip to content

Commit

Permalink
🔧 swap out gif for png in pypi description
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvantassel committed Jun 6, 2023
1 parent 8319f4d commit ffb580d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified figs/nz_wghs_rayleigh_-20.0m.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figs/nz_wghs_rayleigh_masw_int-trim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ def parse_meta(path_to_meta):

with open('README.md', encoding="utf8") as f:
long_description = f.read()
long_description.replace("nz_wghs_rayleigh_masw_int-trim.gif",
"nz_wghs_rayleigh_masw_int-trim.png")

setup(
name='swprocess',
Expand Down

0 comments on commit ffb580d

Please sign in to comment.