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"