mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
refac to help_pats
This commit is contained in:
parent
6c92dedac1
commit
929aa7f9ac
3 changed files with 12 additions and 12 deletions
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ with open("requirements.txt") as f:
|
|||
requirements = f.read().splitlines()
|
||||
|
||||
from aider import __version__
|
||||
from aider.help import exclude_website_pats
|
||||
from aider.help_pats import exclude_website_pats
|
||||
|
||||
with open("README.md", "r", encoding="utf-8") as f:
|
||||
long_description = f.read()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue