From e890add8cc72ce3600f9ba5b97f0734b69fb8609 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Wed, 3 Dec 2025 08:59:22 +0200 Subject: [PATCH] pyproject keywords --- pyproject.toml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2551e161..106aab5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,15 @@ authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }] license = { text = "MIT" } readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.12" -keywords = ["RAG", "lancedb", "vector-database", "ml", "mcp"] +keywords = [ + "RAG", + "lancedb", + "vector-database", + "ml", + "mcp", + "pydantic-ai", + "docling", +] classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console", @@ -29,9 +37,7 @@ dependencies = [ haiku-rag = "haiku.rag.cli:cli" [project.optional-dependencies] -inspector = [ - "textual>=1.0.0", -] +inspector = ["textual>=1.0.0"] [build-system] requires = ["hatchling"]