mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
Changed package name aider -> aider-chat
This commit is contained in:
parent
07c5c7f477
commit
d65e782e80
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ with open("requirements.txt") as f:
|
|||
requirements = f.read().splitlines()
|
||||
|
||||
setup(
|
||||
name="aider",
|
||||
name="aider-chat",
|
||||
version="0.5.0",
|
||||
packages=find_packages(),
|
||||
install_requires=requirements,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue