Исправление 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]
|
[project]
|
||||||
name = "yandex-music-downloader"
|
name = "yandex-music-downloader"
|
||||||
version = "1.0.2"
|
version = "1.0.3"
|
||||||
description = "Загрузчик музыки с сервиса Яндекс.Музыка"
|
description = "Загрузчик музыки с сервиса Яндекс.Музыка"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
@ -18,4 +18,4 @@ dependencies = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
yandex-music-downloader = "ymd:__main__"
|
yandex-music-downloader = "ymd.cli:main"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue