diff --git a/setup.py b/setup.py index 65545b6c5..ef0f72d72 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("requirements.txt") as f: from aider import __version__ -with open("README.md", "r", encoding="utf-8") as f: +with open("website/index.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)