Files
gamdl/pyproject.toml
T
R. M 92f4ed0a00 New structure
pypi
2023-02-04 20:40:07 -03:00

25 lines
508 B
TOML

[project]
name = "gamdl"
description = "Download Apple Music songs/music videos/albums/playlists"
requires-python = ">=3.7"
authors = [{name = "glomatico"}]
dependencies = [
"pywidevine",
"pyyaml",
"m3u8",
"yt-dlp"
]
readme = "README.md"
dynamic = ["version"]
[project.urls]
homepage = "https://github.com/glomatico/gamdl"
repository = "https://github.com/glomatico/gamdl"
[build-system]
requires = ["flit_core"]
build-backend = "flit_core.buildapi"
[project.scripts]
gamdl = "gamdl:main"