patch: change license to MIT

This commit is contained in:
leonkozlowski 2024-12-06 10:28:41 -05:00
commit 00977e6466

View file

@ -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"