diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-30 13:33:51 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-30 13:33:51 +0000 |
commit | 7cee58615f3a1bdd08273dbf2fc678414bd7b264 (patch) | |
tree | dbcb9da56fef57a0dde831b17a8996fb48c6a5ad /pyproject.toml | |
parent | initial commit (diff) | |
download | tunneltop-7cee58615f3a1bdd08273dbf2fc678414bd7b264.tar.gz tunneltop-7cee58615f3a1bdd08273dbf2fc678414bd7b264.zip |
initial commit
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 7 |
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" |