Skip to content

Commit 3afc85c

Browse files
committed
fix: add keywords and classifiers
Signed-off-by: Frost Ming <me@frostming.com>
1 parent 5e30676 commit 3afc85c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ dependencies = ["mcp>=1"]
77
requires-python = ">=3.10"
88
readme = "README.md"
99
license = {text = "MIT"}
10+
keywords = ["mcp"]
11+
12+
classifiers = [
13+
"Intended Audience :: Developers",
14+
"Intended Audience :: Science/Research",
15+
"License :: OSI Approved :: MIT License",
16+
"Programming Language :: Python :: 3",
17+
]
1018

1119
[project.scripts]
1220
template-mcp-server = "template_mcp_server:main"

0 commit comments

Comments
 (0)