|
[metadata]
|
|
name = shadowssh
|
|
version = 1.0.0
|
|
description = Run ssh on other service port!
|
|
author = retoor
|
|
author_email = retoor@molodetz.nl
|
|
license = MIT
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
|
|
[options]
|
|
packages = find:
|
|
package_dir =
|
|
= src
|
|
python_requires = >=3.7
|
|
install_requires =
|
|
app @ git+https://retoor.molodetz.nl/retoor/app.git
|
|
mololog @git+https://retoor.molodetz.nl/retoor/mololog.git
|
|
|
|
[options.packages.find]
|
|
where = src
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
shadowssh.serve = shadowssh.__main__:serve
|