mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 20:35:00 +00:00
cleanup
This commit is contained in:
parent
6e95dc80ea
commit
05caccf3cc
1 changed files with 0 additions and 4 deletions
4
setup.py
4
setup.py
|
@ -17,10 +17,6 @@ with open("README.md", "r", encoding="utf-8") as f:
|
||||||
packages = find_packages(exclude=["benchmark"]) + ["aider.website"]
|
packages = find_packages(exclude=["benchmark"]) + ["aider.website"]
|
||||||
print("Discovered packages:", packages)
|
print("Discovered packages:", packages)
|
||||||
|
|
||||||
# Note: The 'build' directory is populated when running commands like
|
|
||||||
# 'python setup.py sdist bdist_wheel', which use this setup() configuration
|
|
||||||
# to build distribution packages.
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="aider-chat",
|
name="aider-chat",
|
||||||
version=__version__,
|
version=__version__,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue