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"