Skip to content

Commit d692cec

Browse files
committed
chore: add py.typed & ref in setup.cfg
Signed-off-by: Casper Nielsen <[email protected]>
1 parent bec8a8a commit d692cec

File tree

8 files changed

+16
-0
lines changed

8 files changed

+16
-0
lines changed

ext/dapr-ext-fastapi/dapr/ext/fastapi/py.typed

Whitespace-only changes.

ext/dapr-ext-fastapi/setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ include =
3434

3535
exclude =
3636
tests
37+
38+
[options.package_data]
39+
dapr.ext.fastapi =
40+
py.typed

ext/dapr-ext-grpc/dapr/ext/grpc/py.typed

Whitespace-only changes.

ext/dapr-ext-grpc/setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ include =
3333

3434
exclude =
3535
tests
36+
37+
[options.package_data]
38+
dapr.ext.grpc =
39+
py.typed

ext/dapr-ext-langgraph/dapr/ext/langgraph/py.typed

Whitespace-only changes.

ext/dapr-ext-langgraph/setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ include =
3434

3535
exclude =
3636
tests
37+
38+
[options.package_data]
39+
dapr.ext.langgraph =
40+
py.typed

ext/dapr-ext-workflow/dapr/ext/workflow/py.typed

Whitespace-only changes.

ext/dapr-ext-workflow/setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ include =
3333

3434
exclude =
3535
tests
36+
37+
[options.package_data]
38+
dapr.ext.workflow =
39+
py.typed

0 commit comments

Comments
 (0)