aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-01-30 13:33:51 +0000
committerterminaldweller <thabogre@gmail.com>2023-01-30 13:33:51 +0000
commit7cee58615f3a1bdd08273dbf2fc678414bd7b264 (patch)
treedbcb9da56fef57a0dde831b17a8996fb48c6a5ad /pyproject.toml
parentinitial commit (diff)
downloadtunneltop-7cee58615f3a1bdd08273dbf2fc678414bd7b264.tar.gz
tunneltop-7cee58615f3a1bdd08273dbf2fc678414bd7b264.zip
initial commit
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d571a99..851b3cb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,13 +18,12 @@ packages = [
{include = "tunneltop"}
]
-[tool.poetry.dependencies]
-python = "^3.11"
-
-
[tool.poetry.scripts]
tunneltop = "tunneltop:main"
+[tool.poetry.dependencies]
+python = "^3.11"
+
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"