From 0047c715758692d9624866bc9eb8d0786726ab87 Mon Sep 17 00:00:00 2001 From: Samantha Coyle Date: Mon, 30 Jun 2025 13:56:52 -0500 Subject: [PATCH] feat: provide type hints and better DX for new community members/users Signed-off-by: Samantha Coyle --- py.typed | 0 pyproject.toml | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 py.typed diff --git a/py.typed b/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/pyproject.toml b/pyproject.toml index 84350808..d4ff45d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,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 = "no-local-version" \ No newline at end of file