mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
Use cogged website/index.md for pypi
This commit is contained in:
parent
da69daa7aa
commit
52b883413f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ with open("requirements.txt") as f:
|
||||||
|
|
||||||
from aider import __version__
|
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 = 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)
|
long_description = re.sub(r"\n- \[.*\]\(.*\)", "", long_description)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue