patch: use plain MIT

This commit is contained in:
leonkozlowski 2024-12-06 10:29:46 -05:00
commit ee5695e330

View file

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