yandex-music-downloader/pyproject.toml
Lev Plyusnin 4de447950b
Включение IPv6 по умолчанию
Для сохранения обратной совместимости
2024-10-13 14:51:31 +07:00

21 lines
440 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 = "2.0.2"
description = "Загрузчик музыки с сервиса Яндекс.Музыка"
requires-python = ">=3.9"
readme = "README.md"
dependencies = [
"requests",
"eyed3",
"browser-cookie3"
]
[project.scripts]
yandex-music-downloader = "ymd.cli:main"