Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: TUI Delta
site_url: https://tui-delta.readthedocs.io/
site_description: Run a TUI (terminal user interface) application with real-time delta processing
site_description: Run a TUI application (AI assistant sessions, et al) with real-time delta processing for monitoring and logging. Supports Claude Code.
repo_url: https://github.com/JeffreyUrban/tui-delta
repo_name: JeffreyUrban/tui-delta

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "tui_delta"
# Version is automatically determined from git tags via hatch-vcs
dynamic = ["version"]
description = "Run a TUI (terminal user interface) application with real-time delta processing"
description = "Run a TUI application (AI assistant sessions, et al) with real-time delta processing for monitoring and logging. Supports Claude Code."
readme = "README.md"
license = {file = "LICENSE"}
authors = [
Expand Down