From 100c780a53b8906b92ae640d4a7516cabdd7a44c Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Sat, 30 Sep 2023 17:02:27 -0400 Subject: [PATCH] Update license in pyproject toml (#5) Update project --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58712288..67ab0060 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.0.1" description = "" readme = "README.md" authors = ["LangChain"] -license = "MIT" +license = "LangServe" repository = "https://github.com/langchain-ai/langserve" [tool.poetry.dependencies]