Skip to content

Commit 8f7b9f5

Browse files
sicoyleyaron2
andauthored
feat: provide type hints and better DX for new community members/users (#143)
Signed-off-by: Samantha Coyle <[email protected]> Co-authored-by: Yaron Schneider <[email protected]>
1 parent 6d55c38 commit 8f7b9f5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ Source = "https://github.com/dapr/python-sdk"
8383
include = ["dapr_agents"]
8484
exclude = ["tests"]
8585

86+
[tool.setuptools.package-data]
87+
dapr_agents = ["py.typed"]
88+
8689
[tool.setuptools_scm]
8790
version_scheme = "guess-next-dev"
8891
local_scheme = "node-and-date"

0 commit comments

Comments
 (0)