mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +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"]
|
||||
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(
|
||||
name="aider-chat",
|
||||
version=__version__,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue