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" }
|
license = { text = "MIT" }
|
||||||
readme = { file = "README.md", content-type = "text/markdown" }
|
readme = { file = "README.md", content-type = "text/markdown" }
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
keywords = ["RAG", "lancedb", "vector-database", "ml", "mcp"]
|
keywords = [
|
||||||
|
"RAG",
|
||||||
|
"lancedb",
|
||||||
|
"vector-database",
|
||||||
|
"ml",
|
||||||
|
"mcp",
|
||||||
|
"pydantic-ai",
|
||||||
|
"docling",
|
||||||
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
|
|
@ -29,9 +37,7 @@ dependencies = [
|
||||||
haiku-rag = "haiku.rag.cli:cli"
|
haiku-rag = "haiku.rag.cli:cli"
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
inspector = [
|
inspector = ["textual>=1.0.0"]
|
||||||
"textual>=1.0.0",
|
|
||||||
]
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue