Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
b593d5c
1
Parent(s): bd185a2
Update pyproject.toml
Browse files- pyproject.toml +25 -1
pyproject.toml
CHANGED
|
@@ -14,7 +14,26 @@ dependencies = [
|
|
| 14 |
]
|
| 15 |
requires-python = ">=3.10"
|
| 16 |
readme = "README.md"
|
| 17 |
-
license =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
[dependency-groups]
|
| 20 |
dev = [
|
|
@@ -34,6 +53,11 @@ dev = [
|
|
| 34 |
[project.scripts]
|
| 35 |
fastmcp = "fastmcp.cli:app"
|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
[build-system]
|
| 38 |
requires = ["hatchling", "uv-dynamic-versioning>=0.7.0"]
|
| 39 |
build-backend = "hatchling.build"
|
|
|
|
| 14 |
]
|
| 15 |
requires-python = ">=3.10"
|
| 16 |
readme = "README.md"
|
| 17 |
+
license = "Apache-2.0"
|
| 18 |
+
|
| 19 |
+
keywords = [
|
| 20 |
+
"mcp",
|
| 21 |
+
"mcp server",
|
| 22 |
+
"mcp client",
|
| 23 |
+
"model context protocol",
|
| 24 |
+
"fastmcp",
|
| 25 |
+
"llm",
|
| 26 |
+
"agent",
|
| 27 |
+
]
|
| 28 |
+
classifiers = [
|
| 29 |
+
"Intended Audience :: Developers",
|
| 30 |
+
"License :: OSI Approved :: Apache Software License",
|
| 31 |
+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
| 32 |
+
"Programming Language :: Python :: 3.10",
|
| 33 |
+
"Programming Language :: Python :: 3.11",
|
| 34 |
+
"Programming Language :: Python :: 3.12",
|
| 35 |
+
"Typing :: Typed",
|
| 36 |
+
]
|
| 37 |
|
| 38 |
[dependency-groups]
|
| 39 |
dev = [
|
|
|
|
| 53 |
[project.scripts]
|
| 54 |
fastmcp = "fastmcp.cli:app"
|
| 55 |
|
| 56 |
+
[project.urls]
|
| 57 |
+
Homepage = "https://gofastmcp.com"
|
| 58 |
+
Repository = "https://github.com/jlowin/fastmcp"
|
| 59 |
+
Documentation = "https://gofastmcp.com"
|
| 60 |
+
|
| 61 |
[build-system]
|
| 62 |
requires = ["hatchling", "uv-dynamic-versioning>=0.7.0"]
|
| 63 |
build-backend = "hatchling.build"
|