From 637597c95a635d985c3240806abecd5e6783aeb6 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 19 Feb 2026 22:34:37 +0000 Subject: [PATCH] add description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ab3c03..5526b1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "q3rcon-tui" dynamic = ["version"] -description = '' +description = 'A terminal user interface for managing Q3 compatible servers using RCON.' readme = "README.md" requires-python = ">=3.10" license = "MIT"