diff --git a/setup.py b/setup.py index ef0f72d72..d31d87a77 100644 --- a/setup.py +++ b/setup.py @@ -7,10 +7,10 @@ with open("requirements.txt") as f: from aider import __version__ -with open("website/index.md", "r", encoding="utf-8") as f: +with open("README.md", "r", encoding="utf-8") as f: long_description = f.read() long_description = re.sub(r"\n!\[.*\]\(.*\)", "", long_description) - long_description = re.sub(r"\n- \[.*\]\(.*\)", "", long_description) + # long_description = re.sub(r"\n- \[.*\]\(.*\)", "", long_description) setup( name="aider-chat",