diff --git a/templates/openai-functions-agent-gmail/pyproject.toml b/templates/openai-functions-agent-gmail/pyproject.toml index a8bd251bf97..c37a7a1a142 100644 --- a/templates/openai-functions-agent-gmail/pyproject.toml +++ b/templates/openai-functions-agent-gmail/pyproject.toml @@ -6,6 +6,9 @@ authors = [ "Lance Martin ", ] readme = "README.md" +packages = [ + { include = "openai-functions-agent" }, +] [tool.poetry.dependencies] python = ">=3.8.1,<4.0"