aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-02-14 10:45:16 +0000
committerterminaldweller <thabogre@gmail.com>2023-02-14 10:45:16 +0000
commitbaffe69220f77b53378c06be3a47f109910f62f3 (patch)
tree2177425e788d54ab56d2bb936bf33f253d3c788c
parentinitial commit (diff)
downloadvirttop-baffe69220f77b53378c06be3a47f109910f62f3.tar.gz
virttop-baffe69220f77b53378c06be3a47f109910f62f3.zip
fixed a typov0.1.0
-rw-r--r--pyproject.toml4
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"