pyproject keywords
This commit is contained in:
parent
4e30637d61
commit
e890add8cc
1 changed files with 10 additions and 4 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue