diff --git a/libs/cli/langchain_cli/integration_template/pyproject.toml b/libs/cli/langchain_cli/integration_template/pyproject.toml index 95d8fbcb18..b4703aa60e 100644 --- a/libs/cli/langchain_cli/integration_template/pyproject.toml +++ b/libs/cli/langchain_cli/integration_template/pyproject.toml @@ -4,6 +4,11 @@ version = "0.0.1" description = "An integration package connecting __ModuleName__ and LangChain" authors = [] readme = "README.md" +repository = "https://github.com/langchain-ai/langchain" +license = "MIT" + +[tool.poetry.urls] +"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/__package_name_short__" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" diff --git a/libs/cli/pyproject.toml b/libs/cli/pyproject.toml index 978a03052a..e927fcfbcd 100644 --- a/libs/cli/pyproject.toml +++ b/libs/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-cli" -version = "0.0.20" +version = "0.0.21" description = "CLI for interacting with LangChain" authors = ["Erick Friis "] license = "MIT"