Skip to content

Commit

Permalink
Update README images
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Mar 6, 2023
1 parent ee31f5b commit a77dc5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="logo.png"/>
<img src="https://raw.githubusercontent.com/neuml/txtchat/master/logo.png"/>
</p>

<h3 align="center">
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
from setuptools import find_packages, setup

with open("README.md", "r", encoding="utf-8") as f:
DESCRIPTION = f.read()
# Remove GitHub dark mode images
DESCRIPTION = "".join([line for line in f if "gh-dark-mode-only" not in line])

setup(
name="txtchat",
Expand Down

0 comments on commit a77dc5b

Please sign in to comment.