From 6e2954d446a22a4c336940c99854a383e4c9c88f Mon Sep 17 00:00:00 2001 From: martin legrand Date: Fri, 21 Mar 2025 13:22:08 +0100 Subject: [PATCH] setup.py description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 67b4487..002f842 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( version="0.1.0", author="Fosowl", author_email="mlg.fcu@gmail.com", - description="A Python project for agentic search and processing", + description="The open, local alternative to ManusAI", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/Fosowl/agenticSeek",