Skip to content

Commit

Permalink
fix icons size on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshiyosan committed Jan 7, 2021
1 parent 47e8fda commit 8c2746d
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 @@ -7,7 +7,7 @@ def load_long_description():
content = readme.read()

for icon, icon_url in GITHUB_ICONS_URLS.items():
content = content.replace(icon, f'<img src="{icon_url}">')
content = content.replace(icon, f'<img style="max-height: 1.5em" src="{icon_url}">')

return content

Expand Down

0 comments on commit 8c2746d

Please sign in to comment.