blob: d58f78f3db5fd5b27a62b6f0ae37010698172803 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[metadata]
name = ttun
author = Tom van der Lee
description = Expose a local port via your selfhosted TTUN Server
long_description = file: README.rst
license = BSD-3-Clause
[options]
include_package_data = True
packages = find:
install_requires =
websockets ~= 10.0
aiohttp ~= 3.8
appdirs ~= 1.4
[options.entry_points]
console_scripts =
ttun = ttun.__main__:main
|