Skip to content

Commit

Permalink
Added py.typed and setup.py support (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstaylor authored Nov 12, 2024
1 parent 78b95aa commit ff53797
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added doipclient/py.typed
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
long_description_content_type="text/x-rst",
author="Jacob Schaer",
url="https://github.com/jacobschaer/python-doipclient",
packages=["doipclient"],
packages=["doipclient", "doipclient/py.typed"],
keywords=[
"uds",
"14229",
Expand Down

0 comments on commit ff53797

Please sign in to comment.