Skip to content

Commit 7c6435b

Browse files
authored
Merge pull request #156 from jlowin/local-logs
Update pyproject.toml
2 parents a30ee70 + 55f3666 commit 7c6435b

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

Diff for: pyproject.toml

+25-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,26 @@ dependencies = [
1414
]
1515
requires-python = ">=3.10"
1616
readme = "README.md"
17-
license = { text = "Apache-2.0" }
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+
]
1837

1938
[dependency-groups]
2039
dev = [
@@ -34,6 +53,11 @@ dev = [
3453
[project.scripts]
3554
fastmcp = "fastmcp.cli:app"
3655

56+
[project.urls]
57+
Homepage = "https://gofastmcp.com"
58+
Repository = "https://github.com/jlowin/fastmcp"
59+
Documentation = "https://gofastmcp.com"
60+
3761
[build-system]
3862
requires = ["hatchling", "uv-dynamic-versioning>=0.7.0"]
3963
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)