Update license field to MIT in pyproject.toml

This commit is contained in:
Rafael Moraes
2025-10-23 12:40:51 -03:00
parent 7fb2d5f114
commit 81f6449cf7
+1 -1
View File
@@ -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",