aboutsummaryrefslogblamecommitdiffstats
path: root/pyproject.toml
blob: ad57e70ade80a9f48e4bdd5aac4496c4bec160ac (plain) (tree)
1
2
3
4
5

                  
                 
                                         
                                                        














                                                           
                     
                                      
 


                          


                                         
[tool.poetry]
name = "tunneltop"
version = "0.3.6"
description = "A top-like tunnel manager"
authors = ["terminaldweller <devi@terminaldweller.com>"]
license = "GPL-3.0"
readme = "README.md"
homepage = "https://github.com/terminaldweller/tunneltop"
repository = "https://github.com/terminaldweller/tunneltop"
keywords = ["tunnel","top","ssh"]
classifiers = [
    "Environment :: Console",
]
include = [
    "LICENSE",
]
packages = [
{include = "tunneltop"}
]

[tool.poetry.scripts]
tunneltop = "tunneltop.tunneltop:main"

[tool.poetry.dependencies]
python = "^3.11"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"