mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-23 19:47:08 -04:00
merge
This commit is contained in:
commit
583ae4edc4
8 changed files with 341 additions and 50 deletions
4
setup.py
4
setup.py
|
@ -14,13 +14,13 @@ requirements = read_file("requirements.txt").strip().split()
|
|||
# https://github.com/pypa/sampleproject/blob/main/setup.py
|
||||
setup(
|
||||
name=pkg_name,
|
||||
version="0.2.4",
|
||||
version="0.2.5",
|
||||
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',
|
||||
long_description_content_type="text/markdown",
|
||||
install_requires=requirements,
|
||||
py_modules=["streamrip"],
|
||||
entry_points={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue