Skip to content

Commit 5cd31c4

Browse files
alexrudd2janiversen
authored andcommitted
Include py.typed in package (#1422)
1 parent 5dd5576 commit 5cd31c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@
3030
setup(
3131
install_requires=install_req,
3232
extras_require=dependencies,
33+
package_data={"pymodbus": ["py.typed"]},
3334
)

0 commit comments

Comments
 (0)