From baffe69220f77b53378c06be3a47f109910f62f3 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 14 Feb 2023 14:15:16 +0330 Subject: fixed a typo --- pyproject.toml | 4 ++-- 1 file 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 "] +authors = ["terminaldweller "] 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" -- cgit v1.2.3