From f34ff17ac07342a11ffdbbc451da80ade261d427 Mon Sep 17 00:00:00 2001 From: Xyphuz Date: Wed, 25 May 2022 21:29:01 +0800 Subject: [PATCH] chore: update pyproject description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 888fddc..5a686d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "compose-viz" version = "0.1.0" -description = "A docker-compose/podman-compose graph visualization tool that allows you to gernerate graph in DOT format or PNG." +description = "A compose file visualization tool that supports compose-spec and allows you to gernerate graph in DOT format or PNG." authors = ["Xyphuz Wu "] readme = "README.md" license = "MIT"