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