File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,20 @@ version = "0.7.0.dev"
88description = " Model Context Protocol implementation for Python"
99readme = " README.md"
1010requires-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+ ]
1125dependencies = [
1226 " anyio" ,
1327 " httpx" ,
You can’t perform that action at this time.
0 commit comments