do not package tests/

This commit is contained in:
Paul Gauthier 2024-07-15 08:40:32 +01:00
parent 7ece31c08a
commit 0860e7b30d
15 changed files with 1 additions and 1 deletions

View file

@ -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()