diff options
Diffstat (limited to '')
| -rw-r--r-- | pyproject.toml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2e184b9..51e5bc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@  name = "virttop"  version = "0.1.0"  description = "A top like utility for libvirt" -authors = ["terminaldwelelr <devi@terminaldweller.com>"] +authors = ["terminaldweller <devi@terminaldweller.com>"]  license = "GPL-3.0"  readme = "README.md"  homepage = "https://github.com/terminaldweller/virttop" @@ -19,7 +19,7 @@ packages = [  ]  [tool.poetry.scripts] -tunneltop = "virttop.virttop:main" +virttop = "virttop.virttop:main"  [tool.poetry.dependencies]  python = "^3.11"  | 
