We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe4213 commit b47924fCopy full SHA for b47924f
1 file changed
pyproject.toml
@@ -8,6 +8,20 @@ version = "0.7.0.dev"
8
description = "Model Context Protocol implementation for Python"
9
readme = "README.md"
10
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
25
dependencies = [
26
"anyio",
27
"httpx",
0 commit comments