mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Use appdirs to figure out user config directory
This commit is contained in:
3
setup.py
3
setup.py
@@ -35,7 +35,8 @@ setup(
|
||||
'titlecase >= 0.10.0',
|
||||
'logzero >= 1.3.1',
|
||||
'lyricwikia >= 0.1.8',
|
||||
'PyYAML >= 3.12'
|
||||
'PyYAML >= 3.12',
|
||||
'appdirs >= 1.4.3'
|
||||
],
|
||||
description='Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags.',
|
||||
long_description=long_description,
|
||||
|
||||
Reference in New Issue
Block a user