yandex-music-downloader/pyproject.toml
Lev Plyusnin bba4e69ddf
Установка yandex-music-api из zip
Это ускоряет установку пакета, т.к. не приходится каждый раз клонировать
проект целиком
2025-02-01 13:24:19 +07:00

21 lines
540 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[build-system]
requires = [
"setuptools",
"setuptools-git"
]
build-backend = "setuptools.build_meta"
[project]
name = "yandex-music-downloader"
version = "3.4.3b0"
description = "Загрузчик музыки с сервиса Яндекс.Музыка"
requires-python = ">=3.9"
readme = "README.md"
dependencies = [
"yandex-music @ https://github.com/MarshalX/yandex-music-api/archive/15fc42bdda0e00d6eb637cfe7e41016c57d61f47.zip",
"mutagen",
"StrEnum"
]
[project.scripts]
yandex-music-downloader = "ymd.cli:main"