From f3d7998078b0fe4c9d68f6bdc7d72fc95913a262 Mon Sep 17 00:00:00 2001 From: parkervg Date: Wed, 7 Feb 2024 13:14:28 -0500 Subject: [PATCH] Adding long_description --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1425072b..44916a33 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,8 @@ def find_version(*file_paths): url="https://github.com/parkervg/blendsql", author="Parker Glenn", author_email="parkervg5@gmail.com", - description="A scalable SQL dialect for problem decomposition and heterogenous question-answering with LLMs.", + description="Orchestrate SQLite logic and LLM reasoning within a unified dialect.", + long_description="BlendSQL is a scalable SQL dialect for problem decomposition and heterogenous question-answering with LLMs. It builds off of the syntax of SQLite to create an intermediate representation for tasks requiring complex reasoning over both structured and unstructured data.", license="Apache License 2.0", packages=find_packages(exclude=["examples", "research", "img"]), install_requires=[