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__,