chore: update pyproject description
This commit is contained in:
parent
782782ee26
commit
f34ff17ac0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "compose-viz"
|
name = "compose-viz"
|
||||||
version = "0.1.0"
|
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 <xyphuzwu@gmail.com>"]
|
authors = ["Xyphuz Wu <xyphuzwu@gmail.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Reference in a new issue