From acf4590572dbe7ae7e27fb518f9306d0f3450d32 Mon Sep 17 00:00:00 2001 From: leo-gan Date: Fri, 24 May 2024 17:17:31 -0700 Subject: [PATCH] added "Source Code" param to pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8e349f7f..9ab45d9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,9 @@ readme = "README.md" repository = "https://github.com/langchain-ai/langchain-postgres" license = "MIT" +[tool.poetry.urls] +"Source Code" = "https://github.com/langchain-ai/langchain-postgres/tree/master/langchain_postgres" + [tool.poetry.dependencies] python = "^3.9" langchain-core = ">=0.1.50,<0.3"