summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 16538d9..a672c0d 100644
--- a/README.rst
+++ b/README.rst
@@ -7,7 +7,7 @@ TTUN Client
7.. |Deploy| image:: https://github.com/tomvanderlee/ttun-client/actions/workflows/python-publish.yml/badge.svg 7.. |Deploy| image:: https://github.com/tomvanderlee/ttun-client/actions/workflows/python-publish.yml/badge.svg
8 :target: https://github.com/tomvanderlee/ttun-client/actions/workflows/python-publish.yml 8 :target: https://github.com/tomvanderlee/ttun-client/actions/workflows/python-publish.yml
9 9
10Expose a localport via you selfhosted `TTUN Server <https://github.com/tomvanderlee/ttun-server>`_ 10Expose a localport via your selfhosted `TTUN Server <https://github.com/tomvanderlee/ttun-server>`_
11 11
12Installing 12Installing
13---------- 13----------
diff --git a/setup.cfg b/setup.cfg
index 7cb78b0..8a52ffc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
1[metadata] 1[metadata]
2name = ttun 2name = ttun
3author = Tom van der Lee 3author = Tom van der Lee
4description = Expose a localport via you selfhosted TTUN Server 4description = Expose a localport via your selfhosted TTUN Server
5long_description = file: README.rst 5long_description = file: README.rst
6license = BSD-3-Clause 6license = BSD-3-Clause
7 7