Исправление project.scripts

This commit is contained in:
Lev Plyusnin 2023-08-28 17:19:36 +07:00
parent 24bdb4ce62
commit 26a6e5e47b
No known key found for this signature in database
GPG key ID: 21C6C2C9C0A4460D

View file

@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "yandex-music-downloader"
version = "1.0.2"
version = "1.0.3"
description = "Загрузчик музыки с сервиса Яндекс.Музыка"
requires-python = ">=3.9"
readme = "README.md"
@ -18,4 +18,4 @@ dependencies = [
]
[project.scripts]
yandex-music-downloader = "ymd:__main__"
yandex-music-downloader = "ymd.cli:main"