fixed cli not working while using 'deemix' from pip
This commit is contained in:
parent
1c08564874
commit
fee1a37591
2
setup.py
2
setup.py
|
@ -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",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue