mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-12 12:59:07 +00:00
all: add release notes to pypi (#24519)
This commit is contained in:
@@ -11,6 +11,10 @@ license = "MIT"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/langchain-ai/langchain"
|
||||
|
||||
[tool.poetry.urls]
|
||||
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/langchain"
|
||||
"Release Notes" = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain%3D%3D0%22&expanded=true"
|
||||
|
||||
[tool.ruff]
|
||||
exclude = [ "tests/integration_tests/examples/non-utf8-encoding.py",]
|
||||
|
||||
|
Reference in New Issue
Block a user