Skip to content

Commit

Permalink
Adding long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
parkervg committed Feb 7, 2024
1 parent 38c7549 commit f3d7998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def find_version(*file_paths):
url="https://github.com/parkervg/blendsql",
author="Parker Glenn",
author_email="[email protected]",
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=[
Expand Down

0 comments on commit f3d7998

Please sign in to comment.