Skip to content

Commit

Permalink
Fix errant tag that made it into the PyPI readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Aug 14, 2023
1 parent 1c51a07 commit 5f53027
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 @@ -6,7 +6,7 @@

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

new_readme = open("./readme_pypi.md", "w", encoding="utf-8")
new_readme.write("".join(readme))
Expand Down

0 comments on commit 5f53027

Please sign in to comment.