Skip to content

Commit

Permalink
Add line break to PyPI readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Aug 14, 2023
1 parent 5f53027 commit e2ecf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-pypi-readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
raw = open("./readme.md", encoding="utf-8")
readme = raw.readlines()

img_tag = '<img alt="Architect Logo" src="https://github.com/architect/assets.arc.codes/raw/main/public/architect-logo-500b%402x.png">'
img_tag = '<img alt="Architect Logo" src="https://github.com/architect/assets.arc.codes/raw/main/public/architect-logo-500b%402x.png">\n'
readme.insert(0, img_tag)
del readme[1:5]

Expand Down

0 comments on commit e2ecf61

Please sign in to comment.