feat: provide type hints and better DX for new community members/users (#143)

Signed-off-by: Samantha Coyle <sam@diagrid.io>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
This commit is contained in:
Sam 2025-07-07 10:35:32 -05:00 committed by GitHub
parent 6d55c383b9
commit 8f7b9f5df3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

0
py.typed Normal file
View File

View File

@ -83,6 +83,9 @@ Source = "https://github.com/dapr/python-sdk"
include = ["dapr_agents"]
exclude = ["tests"]
[tool.setuptools.package-data]
dapr_agents = ["py.typed"]
[tool.setuptools_scm]
version_scheme = "guess-next-dev"
local_scheme = "node-and-date"