diff options
| author | 2022-01-11 23:42:33 +0100 | |
|---|---|---|
| committer | 2022-01-11 23:42:33 +0100 | |
| commit | fea814336bc91908fb460de0e41629923564f31a (patch) | |
| tree | a0949491df5cd2da46fa86bb80e4654f96980dd0 | |
| parent | 12a939e75f821de92db43a499dfc575527fab9f0 (diff) | |
| download | client-fea814336bc91908fb460de0e41629923564f31a.tar.gz client-fea814336bc91908fb460de0e41629923564f31a.tar.bz2 client-fea814336bc91908fb460de0e41629923564f31a.zip | |
Fixed typo
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | setup.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -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 | ||
| 10 | Expose a localport via you selfhosted `TTUN Server <https://github.com/tomvanderlee/ttun-server>`_ | 10 | Expose a localport via your selfhosted `TTUN Server <https://github.com/tomvanderlee/ttun-server>`_ |
| 11 | 11 | ||
| 12 | Installing | 12 | Installing |
| 13 | ---------- | 13 | ---------- |
| @@ -1,7 +1,7 @@ | |||
| 1 | [metadata] | 1 | [metadata] |
| 2 | name = ttun | 2 | name = ttun |
| 3 | author = Tom van der Lee | 3 | author = Tom van der Lee |
| 4 | description = Expose a localport via you selfhosted TTUN Server | 4 | description = Expose a localport via your selfhosted TTUN Server |
| 5 | long_description = file: README.rst | 5 | long_description = file: README.rst |
| 6 | license = BSD-3-Clause | 6 | license = BSD-3-Clause |
| 7 | 7 | ||
