summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e0b1a3a..7cb78b0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,9 +1,13 @@
1[metadata] 1[metadata]
2name = ttun 2name = ttun
3author = Tom van der Lee
4description = Expose a localport via you selfhosted TTUN Server
5long_description = file: README.rst
6license = BSD-3-Clause
3 7
4[options] 8[options]
5include_package_data = True 9include_package_data = True
6packages = ttun 10packages = find:
7install_requires = 11install_requires =
8 websockets ~= 10.0 12 websockets ~= 10.0
9 aiohttp ~= 3.8 13 aiohttp ~= 3.8