From 1d14c2d6ef81d473bbdc7cf9d9570faef96b52de Mon Sep 17 00:00:00 2001 From: Dylan Huang Date: Mon, 4 Aug 2025 22:44:47 -0700 Subject: [PATCH] fix license --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07a8fd06..fce3cbd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] description = "The official Python SDK for Eval Protocol (EP.) EP is an open protocol that standardizes how developers author evals for large language model (LLM) applications." readme = "README.md" -license = "Apache-2.0" # SPDX expression +license = "MIT" # SPDX expression requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3",