From 05caccf3ccbc2c9a44ac0dccfd0c47eb9da4920a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 5 Jul 2024 10:09:13 -0300 Subject: [PATCH] cleanup --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index f1189d57e..8fd34532b 100644 --- a/setup.py +++ b/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__,