From 81f6449cf7cf205e7f729165dd985078d3044bc9 Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:40:51 -0300 Subject: [PATCH] Update license field to MIT in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1745de5..ee7b998 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "gamdl" version = "2.7" description = "A command-line app for downloading Apple Music songs, music videos and post videos." readme = "README.md" -license = { file = "LICENSE" } +license = { text = "MIT" } requires-python = ">=3.10" dependencies = [ "async-lru>=2.0.5",