Skip to content

Commit f9ded8e

Browse files
committed
chore: expand PyPI keywords and classifiers for discoverability
1 parent 3256e2c commit f9ded8e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ readme = "README.md"
1010
license = "MIT"
1111
requires-python = ">=3.9"
1212
authors = [{ 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+
]
1419
classifiers = [
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
]
2735
dependencies = [

0 commit comments

Comments
 (0)