Added support for Tidal artists

Also improved download message, formatting
This commit is contained in:
nathom 2021-03-29 18:00:14 -07:00
parent 561d2a5894
commit b050064ccf
4 changed files with 45 additions and 42 deletions

View file

@ -15,9 +15,9 @@ requirements = read_file("requirements.txt").strip().split()
setup(
name=pkg_name,
version="0.2.8",
author='Nathan',
author_email='nathanthomas707@gmail.com',
keywords='lossless, hi-res, qobuz, tidal, deezer, audio, convert',
author="Nathan",
author_email="nathanthomas707@gmail.com",
keywords="lossless, hi-res, qobuz, tidal, deezer, audio, convert",
description="A stream downloader for Qobuz, Tidal, and Deezer.",
long_description=read_file("README.md"),
long_description_content_type="text/markdown",