summaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: e0b1a3afee958fbad2af3e2404a5889cc645633c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[metadata]
name = ttun

[options]
include_package_data = True
packages = ttun
install_requires =
    websockets ~= 10.0
    aiohttp ~= 3.8
    appdirs ~= 1.4

[options.entry_points]
console_scripts =
    ttun = ttun.__main__:main