aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-01-30 14:43:28 +0000
committerterminaldweller <thabogre@gmail.com>2023-01-30 14:43:28 +0000
commit440e6cd8ff9eab2b9c5fee1418c7698a8a21ad5a (patch)
tree9d6693d7ac7652754eda2708bdddf04c401b43c3 /pyproject.toml
parentadded the pip command (diff)
downloadtunneltop-440e6cd8ff9eab2b9c5fee1418c7698a8a21ad5a.tar.gz
tunneltop-440e6cd8ff9eab2b9c5fee1418c7698a8a21ad5a.zip
fixed the pip install. updated the readme
Diffstat (limited to '')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 851b3cb..d6f5113 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tunneltop"
-version = "0.1.0"
+version = "0.1.1"
description = "A top-like tunnel manager"
authors = ["terminaldwelelr <devi@terminaldweller.com>"]
license = "GPL-3.0"
@@ -19,7 +19,7 @@ packages = [
]
[tool.poetry.scripts]
-tunneltop = "tunneltop:main"
+tunneltop = "tunneltop.tunneltop:main"
[tool.poetry.dependencies]
python = "^3.11"