From 83145ec2b083281a570ea910a05213fed7eda3d3 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:56:14 -0800 Subject: [PATCH] MIT --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53d60b19d..ad6978381 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "langgraph" version = "0.0.26" description = "langgraph" authors = [] -license = "LangGraph License" +license = "MIT" readme = "README.md" repository = "https://www.github.com/langchain-ai/langgraph"