blob: 7cb78b0f43e542295c47139386b186dc89ed57af (
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 localport via you 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
|