Skip to content

Commit b47924f

Browse files
committed
update pyproject toml
1 parent dfe4213 commit b47924f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ version = "0.7.0.dev"
88
description = "Model Context Protocol implementation for Python"
99
readme = "README.md"
1010
requires-python = ">=3.10"
11+
authors = [{ name = "Anthropic, PBC." }]
12+
maintainers = [
13+
{ name = "David Soria Parra", email = "davidsp@anthropic.com" },
14+
{ name = "Justin Spahr-Summers", email = "justin@anthropic.com" },
15+
]
16+
keywords = ["git", "mcp", "llm", "automation"]
17+
license = { text = "MIT" }
18+
classifiers = [
19+
"Development Status :: 4 - Beta",
20+
"Intended Audience :: Developers",
21+
"License :: OSI Approved :: MIT License",
22+
"Programming Language :: Python :: 3",
23+
"Programming Language :: Python :: 3.11",
24+
]
1125
dependencies = [
1226
"anyio",
1327
"httpx",

0 commit comments

Comments
 (0)