Исправление project.scripts
This commit is contained in:
parent
24bdb4ce62
commit
26a6e5e47b
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue