summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2021-12-30 09:51:00 +0100
committerGravatar Tom van der Lee <tom@vanderlee.io>2022-01-11 00:00:22 +0100
commitbcb77d979d817e1e609adb4d007bbbcc3f61efbd (patch)
tree093c5a2914ee0f6e1ec559b3b98725190fee7285 /setup.cfg
downloadclient-1.0.0.tar.gz
client-1.0.0.tar.bz2
client-1.0.0.zip
Prepare for githubv1.0.0
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..e0b1a3a
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,14 @@
1[metadata]
2name = ttun
3
4[options]
5include_package_data = True
6packages = ttun
7install_requires =
8 websockets ~= 10.0
9 aiohttp ~= 3.8
10 appdirs ~= 1.4
11
12[options.entry_points]
13console_scripts =
14 ttun = ttun.__main__:main