pyproject keywords

This commit is contained in:
Yiorgis Gozadinos 2025-12-03 08:59:22 +02:00
parent 4e30637d61
commit e890add8cc
No known key found for this signature in database

View file

@ -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"]