Skip to content

Commit

Permalink
fixed git repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Apr 9, 2023
1 parent eed28a1 commit b91f5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def read_readme(readme_file="README.rst") -> str:
name=__title__,
packages=[__title__, f"{__title__}.proto"],
package_dir={__title__: __title__, f"{__title__}.proto":f"{__title__}/proto"},
url=f"https://github.com/ampledata/{__title__}",
url=f"https://github.com/snstac/{__title__}",
description=(
"A Python module to encode & decode 'TAK Protocol Payload - Version 1'"
" Protocol Buffer based Cursor on Target (CoT) messages."
Expand Down

0 comments on commit b91f5a0

Please sign in to comment.