Skip to content

Commit c60c72e

Browse files
committed
Add py.typed in pyproject.toml
1 parent d19dbac commit c60c72e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ dependencies = [
4646
platforms = ["any"]
4747
include-package-data = true
4848

49+
[tool.setuptools.package-data]
50+
"plugwise" = ["py.typed"]
51+
4952
[tool.setuptools.packages.find]
5053
include = ["plugwise*"]
5154

0 commit comments

Comments
 (0)