From 1e9485b56abd6e99c7b326d56320cee2d04a9a47 Mon Sep 17 00:00:00 2001 From: jessebot Date: Wed, 10 Jan 2024 20:31:47 +0100 Subject: [PATCH] update pypi description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d289a4734..1cad367a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "smol_k8s_lab" version = "2.0.1" -description = "Bootstrap simple projects on Kubernetes with kind, k3d, and k3s." +description = "CLI and TUI to quickly install slimmer Kubernetes distros and then manage apps declaratively using Argo CD" authors = ["Jesse Hitch ", "Max Roby "] readme = "README.md"