Skip to content

Commit

Permalink
Added py.typed marker (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
pylessard authored Mar 27, 2024
1 parent 1a814e4 commit 8fb6a7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
packages=find_packages(exclude=["test", "test.*"], include=['udsoncan', "udsoncan.*"]),
package_data={
'': ['*.conf'],
'udsoncan' : ['py.typed']
},
extras_require={
'test': ['mypy', 'coverage'],
Expand Down
Empty file added udsoncan/py.typed
Empty file.

0 comments on commit 8fb6a7b

Please sign in to comment.