Merge pull request #67 from leonkozlowski/patch/update-pyproject-license

patch: Update pyproject.toml license
This commit is contained in:
Jeremiah Lowin 2024-12-09 08:29:32 -05:00 committed by GitHub
commit c950b7231c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ dependencies = [
]
requires-python = ">=3.10"
readme = "README.md"
license = { text = "Apache-2.0" }
license = { text = "MIT" }
[project.scripts]
fastmcp = "fastmcp.cli:app"