We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed28a1 commit b91f5a0Copy full SHA for b91f5a0
setup.py
@@ -65,7 +65,7 @@ def read_readme(readme_file="README.rst") -> str:
65
name=__title__,
66
packages=[__title__, f"{__title__}.proto"],
67
package_dir={__title__: __title__, f"{__title__}.proto":f"{__title__}/proto"},
68
- url=f"https://github.com/ampledata/{__title__}",
+ url=f"https://github.com/snstac/{__title__}",
69
description=(
70
"A Python module to encode & decode 'TAK Protocol Payload - Version 1'"
71
" Protocol Buffer based Cursor on Target (CoT) messages."
0 commit comments