Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 1ccba01

Browse files
Merge pull request #3 from modelcontextprotocol/justin/project-metadata
Add project license, URLs, other metadata
2 parents 2cebc73 + 6fef3be commit 1ccba01

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

pyproject.toml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
[project]
22
name = "create-mcp-server"
33
version = "1.0.3.dev0"
4-
description = "Create an MCP server project from a template."
4+
description = "Create an Model Context Protocol server project from a template."
55
readme = "README.md"
66
requires-python = ">=3.10"
7+
authors = [{ name = "Anthropic, PBC." }]
8+
maintainers = [
9+
{ name = "David Soria Parra", email = "[email protected]" },
10+
{ name = "Justin Spahr-Summers", email = "[email protected]" },
11+
]
12+
license = { text = "MIT" }
13+
classifiers = [
14+
"Development Status :: 4 - Beta",
15+
"Intended Audience :: Developers",
16+
"License :: OSI Approved :: MIT License",
17+
"Programming Language :: Python :: 3",
18+
"Programming Language :: Python :: 3.10",
19+
]
720
dependencies = [
821
"click>=8.1.7",
922
"jinja2>=3.1.4",
@@ -14,6 +27,10 @@ dependencies = [
1427
[project.scripts]
1528
create-mcp-server = "create_mcp_server:main"
1629

30+
[project.urls]
31+
Homepage = "https://modelcontextprotocol.io"
32+
Repository = "https://github.com/modelcontextprotocol/create-python-server"
33+
1734
[build-system]
1835
requires = ["hatchling"]
1936
build-backend = "hatchling.build"
@@ -22,7 +39,4 @@ build-backend = "hatchling.build"
2239
artifacts = ["src/create_mcp_server/template"]
2340

2441
[tool.uv]
25-
dev-dependencies = [
26-
"pyright>=1.1.389",
27-
"ruff>=0.7.4",
28-
]
42+
dev-dependencies = ["pyright>=1.1.389", "ruff>=0.7.4"]

0 commit comments

Comments
 (0)