Skip to content

Commit 9d8f9fc

Browse files
committed
[cli] Update the pyproject.toml file missed in the previos commit for
0.3.5 release.
1 parent d187933 commit 9d8f9fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/gemini/python/docs-agent/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,4 @@ build-backend = "poetry.core.masonry.api"
4848

4949

5050
[tool.poetry.scripts]
51-
agent = "docs_agent.interfaces.cli:cli"
52-
agent_admin = "docs_agent.interfaces.cli:cli_admin"
53-
agent_client = "docs_agent.interfaces.cli:cli_client"
51+
agent = "docs_agent.interfaces.cli.cli:cli"

0 commit comments

Comments
 (0)