mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Setup coloredlogs
This commit is contained in:
3
setup.py
3
setup.py
@@ -73,5 +73,6 @@ setup(
|
||||
"Topic :: Multimedia :: Sound/Audio",
|
||||
"Topic :: Utilities",
|
||||
],
|
||||
entry_points={"console_scripts": ["spotdl = spotdl.command_line.__main__:main"]},
|
||||
# entry_points={"console_scripts": ["spotdl = spotdl.command_line.__main__:main"]},
|
||||
entry_points={"console_scripts": ["spotdl = spotdl:main"]},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user