diff --git a/README.md b/README.md index a36158d..8a8cef4 100644 --- a/README.md +++ b/README.md @@ -375,4 +375,4 @@ python examples/simple_linear_flow.py ## License -MIT — see [LICENSE](LICENSE). +This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details. diff --git a/pyproject.toml b/pyproject.toml index 92fc832..010b0b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ keywords = ["mcp", "agents", "orchestration", "deterministic", "workflow"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",