[project]
name = "ra-mcp-tui"
version = "0.3.0"
description = "Terminal UI for browsing Riksarkivet historical documents"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ra-mcp-search",
"ra-mcp-browse",
"textual>=3.0.0",
"typer>=0.21.1",
]
license = "Apache-2.0"
[tool.uv.sources]
ra-mcp-search = { workspace = true }
ra-mcp-browse = { workspace = true }
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/ra_mcp_tui"]