Skip to content

Commit

Permalink
Merge pull request dB-SPL#2 from shelbydavis/patch-1
Browse files Browse the repository at this point in the history
Include generated protobuf folder in the install
  • Loading branch information
ampledata authored Apr 9, 2023
2 parents 3146e47 + af529e9 commit eed28a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ def read_readme(readme_file="README.rst") -> str:
setuptools.setup(
version=__version__,
name=__title__,
packages=[__title__],
package_dir={__title__: __title__},
url=f"https://github.com/snstac/{__title__}",
packages=[__title__, f"{__title__}.proto"],
package_dir={__title__: __title__, f"{__title__}.proto":f"{__title__}/proto"},
url=f"https://github.com/ampledata/{__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 eed28a1

Please sign in to comment.