From de19115d7c3ee4bd7daab5338993a5dcf142ad24 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 21 Mar 2026 00:34:17 +0000 Subject: [PATCH] add description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7fc421..c755ae3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "q3rcon-cli" dynamic = ["version"] -description = '' +description = 'An async CLI for Q3 compatible RCON servers built with aio-q3-rcon and clypi.' readme = "README.md" requires-python = ">=3.10" license = "MIT"