From 53418f2b2bde6a34146b367bd2543ff9bdc611c7 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Fri, 12 Sep 2025 11:36:11 -0300 Subject: [PATCH] chore: fixes license in pyproject - no change was made --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 201f92e..9aab917 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] -license = { file = "LICENSE" } +license = "MIT" readme = "README.md" # Project Dependencies