Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
4 changes: 4 additions & 0 deletions ext/dapr-ext-fastapi/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ include =

exclude =
tests

[options.package_data]
dapr.ext.fastapi =
py.typed
File renamed without changes.
4 changes: 4 additions & 0 deletions ext/dapr-ext-grpc/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ include =

exclude =
tests

[options.package_data]
dapr.ext.grpc =
py.typed
File renamed without changes.
4 changes: 4 additions & 0 deletions ext/dapr-ext-langgraph/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ include =

exclude =
tests

[options.package_data]
dapr.ext.langgraph =
py.typed
File renamed without changes.
4 changes: 4 additions & 0 deletions ext/dapr-ext-workflow/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ include =

exclude =
tests

[options.package_data]
dapr.ext.workflow =
py.typed
File renamed without changes.
4 changes: 4 additions & 0 deletions ext/flask_dapr/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ zip_safe = false
install_requires =
Flask >= 1.1
dapr >= 1.16.0.dev

[options.package_data]
flask_dapr =
py.typed
Empty file removed py.typed
Empty file.
10 changes: 1 addition & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,5 @@ exclude =
tests

[options.package_data]
dapr.actor =
py.typed
dapr.clients =
py.typed
dapr.conf =
py.typed
dapr.proto =
py.typed
dapr.serializers =
dapr =
py.typed