mirror of
https://github.com/glomatico/gamdl.git
synced 2025-01-22 11:18:39 +00:00
Update pyproject.toml
This commit is contained in:
parent
6d598cc294
commit
aaf2e9181f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user