Skip to content

Commit 4acf5bd

Browse files
authored
Add URL to source code to pyproject.toml (#57)
The "Source Code" param was missing in the pyproject.toml. It is used to generate the package list in the LangChain [documentation](https://langchain-3amlg0zta-langchain.vercel.app/v0.2/docs/integrations/platforms/)
1 parent d35f143 commit 4acf5bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ readme = "README.md"
77
repository = "https://github.com/langchain-ai/langchain-postgres"
88
license = "MIT"
99

10+
[tool.poetry.urls]
11+
"Source Code" = "https://github.com/langchain-ai/langchain-postgres/tree/master/langchain_postgres"
12+
1013
[tool.poetry.dependencies]
1114
python = "^3.9"
1215
langchain-core = ">=0.1.50,<0.3"

0 commit comments

Comments
 (0)