Skip to content

Commit b8a7781

Browse files
jasinluoraychen911
authored andcommitted
chore: update license from MIT to Apache-2.0 in pyproject.toml
Align pyproject.toml license field and classifier with the actual LICENSE file which uses Apache-2.0.
1 parent a416e88 commit b8a7781

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ dynamic = ["version"]
1111
description = "Python LLM agent framework with multi-model support (OpenAI, Anthropic, Gemini, DeepSeek), tool calling, session management, A2A/MCP/AGUI protocols, and FastAPI server integration"
1212
readme = "README.md"
1313
requires-python = ">=3.10"
14-
license = {text = "MIT"}
14+
license = {text = "Apache-2.0"}
1515
authors = [
1616
{name = "Tencent", email = "team@tencent.com"}
1717
]
1818
keywords = ["trpc", "agent", "llm", "ai", "langchain", "langgraph", "mcp", "a2a", "fastapi", "multi-agent", "tool-calling"]
1919
classifiers = [
2020
"Development Status :: 3 - Alpha",
2121
"Intended Audience :: Developers",
22-
"License :: OSI Approved :: MIT License",
22+
"License :: OSI Approved :: Apache Software License",
2323
"Programming Language :: Python :: 3",
2424
"Programming Language :: Python :: 3.10",
2525
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)