Skip to content

Commit d327a5e

Browse files
committed
feat: expand keywords in pyproject.toml for better discoverability
1 parent 24cceee commit d327a5e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

pyproject.toml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,22 @@ authors = [
1212
{name = "aipartnerup", email = "tercel.yi@gmail.com"}
1313
]
1414
license = {text = "Apache-2.0"}
15-
keywords = ["ai", "task-orchestration", "schema-driven", "llm", "framework", "pydantic"]
15+
keywords = [
16+
"ai",
17+
"llm",
18+
"framework",
19+
"task-orchestration",
20+
"schema-driven",
21+
"pydantic",
22+
"middleware",
23+
"observability",
24+
"tracing",
25+
"metrics",
26+
"async",
27+
"access-control",
28+
"registry",
29+
"trace-context",
30+
]
1631
classifiers = [
1732
"Development Status :: 3 - Alpha",
1833
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)