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"