diff --git a/pyproject.toml b/pyproject.toml index f16394a65..0cc44f0f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -145,6 +145,7 @@ exclude = ['src/**/*.sh'] [tool.flit.module] name = "google.adk" +include = ["py.typed"] [tool.isort] profile = "google" diff --git a/src/google/adk/py.typed b/src/google/adk/py.typed new file mode 100644 index 000000000..e69de29bb