From 9b701e8ee8fa850412668d01260346437faddb1f Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Thu, 15 Jan 2026 22:58:33 -0300 Subject: [PATCH] Update license format and add setuptools packages --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41dd7a0..c097792 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "gamdl" version = "2.8.3" description = "A command-line app for downloading Apple Music songs, music videos and post videos." readme = "README.md" -license = { text = "MIT" } +license = "MIT" requires-python = ">=3.10" dependencies = [ "async-lru>=2.0.5", @@ -24,3 +24,6 @@ Repository = "https://github.com/glomatico/gamdl" [project.scripts] gamdl = "gamdl.cli.cli:main" + +[tool.setuptools] +packages = ["gamdl"]