diff --git a/README.md b/README.md index 912178a..ec9ebde 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Send & Receive data from TAK with Python +# Encode and Decode TAK data with Python TAKProto is a Python module for encoding & decoding TAK Protocol Payloads, for use with [TAK Products](https://www.tak.gov/) including ATAK, WinTAK, iTAK, TAKX, TAK diff --git a/mkdocs.yml b/mkdocs.yml index 62ca354..955c2b0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: A Python package for the TAK Protocol. +site_name: Encode and Decode TAK data with Python site_url: https://takproto.rtfd.io/ repo_url: https://github.com/snstac/takproto/ site_description: A Python module to encode & decode Team Awareness Kit (TAK) Protocol-based Cursor on Target (CoT) messages. diff --git a/setup.cfg b/setup.cfg index ec5b88b..f740fb1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ project_urls = CI: GitHub Actions = https://github.com/snstac/takproto/actions GitHub: issues = https://github.com/snstac/takproto/issues GitHub: repo = https://github.com/snstac/takproto -description = TAKProto is a Python package for the TAK protocol. +description = TAKProto is a Python package to encode and decode TAK data. long_description = file: README.md long_description_content_type = text/markdown maintainer = Greg Albrecht