Skip to content

Commit 8fb6a7b

Browse files
authored
Added py.typed marker (#227)
1 parent 1a814e4 commit 8fb6a7b

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
packages=find_packages(exclude=["test", "test.*"], include=['udsoncan', "udsoncan.*"]),
1313
package_data={
1414
'': ['*.conf'],
15+
'udsoncan' : ['py.typed']
1516
},
1617
extras_require={
1718
'test': ['mypy', 'coverage'],

udsoncan/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)