diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-14 10:45:16 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-14 10:45:16 +0000 |
commit | baffe69220f77b53378c06be3a47f109910f62f3 (patch) | |
tree | 2177425e788d54ab56d2bb936bf33f253d3c788c | |
parent | initial commit (diff) | |
download | virttop-0.1.0.tar.gz virttop-0.1.0.zip |
fixed a typov0.1.0
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" |