@@ -10,7 +10,12 @@ readme = "README.md"
1010license = " MIT"
1111requires-python = " >=3.9"
1212authors = [{ name = " Commune" , email = " hello@commune.sh" }]
13- keywords = [" email" , " ai" , " agent" , " inbox" , " api" , " threads" , " sdk" ]
13+ keywords = [
14+ " email" , " ai-agents" , " agents" , " llm" , " langchain" , " crewai" , " openai-agents" ,
15+ " claude" , " mcp" , " model-context-protocol" , " webhook" , " inbox" , " smtp" ,
16+ " email-api" , " email-sdk" , " async-agents" , " multi-agent" , " ai" , " python-sdk" ,
17+ " email-infrastructure" , " agent-tools" , " thread" , " sms" , " commune"
18+ ]
1419classifiers = [
1520 " Development Status :: 4 - Beta" ,
1621 " Intended Audience :: Developers" ,
@@ -22,6 +27,9 @@ classifiers = [
2227 " Programming Language :: Python :: 3.12" ,
2328 " Programming Language :: Python :: 3.13" ,
2429 " Topic :: Communications :: Email" ,
30+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
31+ " Topic :: Software Development :: Libraries :: Python Modules" ,
32+ " Topic :: Internet :: WWW/HTTP" ,
2533 " Typing :: Typed" ,
2634]
2735dependencies = [
0 commit comments