From e431fcbe2826955650a94516b1af4a16224c3706 Mon Sep 17 00:00:00 2001 From: varun-r-mallya Date: Sun, 21 Sep 2025 00:23:19 +0530 Subject: [PATCH] Update license handling --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 602875f..0d702e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ authors = [ { name = "varun-r-mallya", email = "varunrmallya@gmail.com" } ] readme = "README.md" -license = "Apache-2.0" +license = { file = "LICENSE" } requires-python = ">=3.8" classifiers = [ "Development Status :: 3 - Alpha",