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"
8
8
description = " Model Context Protocol implementation for Python"
9
9
readme = " README.md"
10
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
+ ]
11
25
dependencies = [
12
26
" anyio" ,
13
27
" httpx" ,
You can’t perform that action at this time.
0 commit comments