blob: 8a52ffc168b39b91af4f5fbeac0b3651391ca1ab (
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 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
|