From 00977e6466454bf245ac719316bdeae2a968ff30 Mon Sep 17 00:00:00 2001 From: leonkozlowski Date: Fri, 6 Dec 2024 10:28:41 -0500 Subject: [PATCH] patch: change license to MIT --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48036c64e..817c3a5e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ ] requires-python = ">=3.10" readme = "README.md" -license = { text = "Apache-2.0" } +license = { text = "MIT License" } [project.scripts] fastmcp = "fastmcp.cli:app"