From 2f9ef6ebdd1ff27405bc2bd9df6f182b27d1280a Mon Sep 17 00:00:00 2001 From: Jeffrey Urban Date: Thu, 11 Dec 2025 19:50:50 -0500 Subject: [PATCH] Updated description --- mkdocs.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 2144f70..9df9e22 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 49d2321..e7eb86c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [