Spaces:
Running
Running
Merge pull request #67 from leonkozlowski/patch/update-pyproject-license
Browse files- 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 = "
|
| 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"
|