Setup coloredlogs

This commit is contained in:
Ritiek Malhotra
2020-05-03 09:06:03 +05:30
parent 715a95df1e
commit ec765119fa
13 changed files with 101 additions and 83 deletions

View File

@@ -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"]},
)