mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-13 06:34:45 -04:00
Added support for Tidal artists
Also improved download message, formatting
This commit is contained in:
parent
561d2a5894
commit
b050064ccf
4 changed files with 45 additions and 42 deletions
6
setup.py
6
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue