diff --git a/README.md b/README.md index ba641fb..f971a0f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ ## Установка Для запуска скрипта требуется Python 3.9+ ``` -pip install git+https://github.com/llistochek/yandex-music-downloader +pip install https://github.com/llistochek/yandex-music-downloader/archive/main.zip yandex-music-downloader --help ``` diff --git a/pyproject.toml b/pyproject.toml index ff42f99..26bc620 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,12 +7,12 @@ build-backend = "setuptools.build_meta" [project] name = "yandex-music-downloader" -version = "3.4.2b0" +version = "3.4.3b0" description = "Загрузчик музыки с сервиса Яндекс.Музыка" requires-python = ">=3.9" readme = "README.md" dependencies = [ - "yandex-music @ git+https://github.com/MarshalX/yandex-music-api@15fc42bdda0e00d6eb637cfe7e41016c57d61f47", + "yandex-music @ https://github.com/MarshalX/yandex-music-api/archive/15fc42bdda0e00d6eb637cfe7e41016c57d61f47.zip", "mutagen", "StrEnum" ]