From b621dfcc2384968a9d8598627ed70e986637bc4a Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Tue, 20 Jun 2023 21:22:35 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3a197b49..d83ed9ac 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( version="0.0.3", author="Taranjeet Singh", author_email="reachtotj@gmail.com", - description="embedchain is a framework to easily create bots over any dataset", + description="embedchain is a framework to easily create LLM powered bots over any dataset", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/embedchain/embedchain",