Jeremiah Lowin commited on
Commit
528490b
·
unverified ·
2 Parent(s): 5f85ad083856b8

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

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -13,7 +13,7 @@ dependencies = [
13
  ]
14
  requires-python = ">=3.10"
15
  readme = "README.md"
16
- license = { text = "Apache-2.0" }
17
 
18
  [project.scripts]
19
  fastmcp = "fastmcp.cli:app"
 
13
  ]
14
  requires-python = ">=3.10"
15
  readme = "README.md"
16
+ license = { text = "MIT" }
17
 
18
  [project.scripts]
19
  fastmcp = "fastmcp.cli:app"