fixed cli not working while using 'deemix' from pip

This commit is contained in:
RemixDev 2020-08-16 14:01:25 +02:00
parent 1c08564874
commit fee1a37591
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ setup(
install_requires=["click", "pycryptodomex", "mutagen", "requests", "spotipy>=2.11.0"], install_requires=["click", "pycryptodomex", "mutagen", "requests", "spotipy>=2.11.0"],
entry_points={ entry_points={
"console_scripts": [ "console_scripts": [
"deemix=deemix.__main__:main", "deemix=deemix.__main__:download",
] ]
}, },
) )