diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -1,9 +1,13 @@ | |||
| 1 | [metadata] | 1 | [metadata] |
| 2 | name = ttun | 2 | name = ttun |
| 3 | author = Tom van der Lee | ||
| 4 | description = Expose a localport via you selfhosted TTUN Server | ||
| 5 | long_description = file: README.rst | ||
| 6 | license = BSD-3-Clause | ||
| 3 | 7 | ||
| 4 | [options] | 8 | [options] |
| 5 | include_package_data = True | 9 | include_package_data = True |
| 6 | packages = ttun | 10 | packages = find: |
| 7 | install_requires = | 11 | install_requires = |
| 8 | websockets ~= 10.0 | 12 | websockets ~= 10.0 |
| 9 | aiohttp ~= 3.8 | 13 | aiohttp ~= 3.8 |
