Use appdirs to figure out user config directory

This commit is contained in:
Ritiek Malhotra
2018-08-19 19:32:22 +05:30
parent 5b4efa05b6
commit dd81f80fda
3 changed files with 8 additions and 4 deletions

View File

@@ -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,