mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
do not package tests/
This commit is contained in:
2
setup.py
2
setup.py
@@ -28,7 +28,7 @@ with open("README.md", "r", encoding="utf-8") as f:
|
||||
# long_description = re.sub(r"\n- \[.*\]\(.*\)", "", long_description)
|
||||
|
||||
# Discover packages, plus the website
|
||||
packages = find_packages(exclude=["benchmark"]) + ["aider.website"]
|
||||
packages = find_packages(exclude=["benchmark", "tests"]) + ["aider.website"]
|
||||
print("Discovered packages:", packages)
|
||||
|
||||
extras = "dev hf-embed browser playwright".split()
|
||||
|
||||
Reference in New Issue
Block a user