Update pyproject.toml

This commit is contained in:
R. M 2023-08-27 01:07:08 -03:00
parent 6d598cc294
commit aaf2e9181f

View File

@ -4,9 +4,10 @@ description = "Download Apple Music songs/music videos/albums/playlists"
requires-python = ">=3.7"
authors = [{name = "glomatico"}]
dependencies = [
"click",
"m3u8",
"pywidevine",
"pyyaml",
"m3u8",
"yt-dlp"
]
readme = "README.md"
@ -21,4 +22,4 @@ requires = ["flit_core"]
build-backend = "flit_core.buildapi"
[project.scripts]
gamdl = "gamdl:main"
gamdl = "gamdl.cli:main"