mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
Update pyproject.toml
This commit is contained in:
parent
d2474d558c
commit
55f3666aef
1 changed files with 25 additions and 1 deletions
|
|
@ -14,7 +14,26 @@ dependencies = [
|
|||
]
|
||||
requires-python = ">=3.10"
|
||||
readme = "README.md"
|
||||
license = { text = "Apache-2.0" }
|
||||
license = "Apache-2.0"
|
||||
|
||||
keywords = [
|
||||
"mcp",
|
||||
"mcp server",
|
||||
"mcp client",
|
||||
"model context protocol",
|
||||
"fastmcp",
|
||||
"llm",
|
||||
"agent",
|
||||
]
|
||||
classifiers = [
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Typing :: Typed",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
|
|
@ -34,6 +53,11 @@ dev = [
|
|||
[project.scripts]
|
||||
fastmcp = "fastmcp.cli:app"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://gofastmcp.com"
|
||||
Repository = "https://github.com/jlowin/fastmcp"
|
||||
Documentation = "https://gofastmcp.com"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling", "uv-dynamic-versioning>=0.7.0"]
|
||||
build-backend = "hatchling.build"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue