22 lines
570 B
TOML
22 lines
570 B
TOML
[build-system]
|
||
requires = [
|
||
"setuptools",
|
||
"setuptools-git"
|
||
]
|
||
build-backend = "setuptools.build_meta"
|
||
|
||
[project]
|
||
name = "yandex-music-downloader"
|
||
version = "3.4.6b1"
|
||
description = "Загрузчик музыки с сервиса Яндекс.Музыка"
|
||
requires-python = ">=3.9"
|
||
readme = "README.md"
|
||
dependencies = [
|
||
"yandex-music @ https://github.com/llistochek/yandex-music-api/archive/9623fbca7704f47766614efe51d66c9fd496714c.zip",
|
||
"mutagen>=1.47.0",
|
||
"StrEnum",
|
||
"pycryptodome"
|
||
]
|
||
|
||
[project.scripts]
|
||
yandex-music-downloader = "ymd.cli:main"
|