blob: 51a7e79224b7cbd262d28b1b392f3e90f0c766a2 (
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[speedups] ~= 3.8
appdirs ~= 1.4
[options.entry_points]
console_scripts =
ttun = ttun.__main__:main
|