mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-15 15:44:58 -04:00
Bump version
This commit is contained in:
parent
3a2480f0f8
commit
561d2a5894
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
@ -14,7 +14,7 @@ requirements = read_file("requirements.txt").strip().split()
|
||||||
# https://github.com/pypa/sampleproject/blob/main/setup.py
|
# https://github.com/pypa/sampleproject/blob/main/setup.py
|
||||||
setup(
|
setup(
|
||||||
name=pkg_name,
|
name=pkg_name,
|
||||||
version="0.2.7",
|
version="0.2.8",
|
||||||
author='Nathan',
|
author='Nathan',
|
||||||
author_email='nathanthomas707@gmail.com',
|
author_email='nathanthomas707@gmail.com',
|
||||||
keywords='lossless, hi-res, qobuz, tidal, deezer, audio, convert',
|
keywords='lossless, hi-res, qobuz, tidal, deezer, audio, convert',
|
||||||
|
@ -26,7 +26,6 @@ setup(
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
"rip = streamrip.cli:main",
|
"rip = streamrip.cli:main",
|
||||||
"streamrip = streamrip.cli:main",
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue