mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-13 06:34:45 -04:00
Fix Issue #35
This commit is contained in:
parent
ac8e341a3b
commit
33a1ce33c4
5 changed files with 23 additions and 35 deletions
6
setup.py
6
setup.py
|
@ -14,7 +14,7 @@ requirements = read_file("requirements.txt").strip().split()
|
|||
# https://github.com/pypa/sampleproject/blob/main/setup.py
|
||||
setup(
|
||||
name=pkg_name,
|
||||
version="0.3",
|
||||
version="0.3.1",
|
||||
author="Nathan",
|
||||
author_email="nathanthomas707@gmail.com",
|
||||
keywords="lossless, hi-res, qobuz, tidal, deezer, audio, convert",
|
||||
|
@ -30,14 +30,12 @@ setup(
|
|||
},
|
||||
packages=find_packages(),
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"License :: OSI Approved :: GNU General Public License (GPL)",
|
||||
"Operating System :: OS Independent",
|
||||
"Development Status :: 3 - Alpha",
|
||||
],
|
||||
python_requires=">=3.7",
|
||||
python_requires=">=3.8",
|
||||
project_urls={
|
||||
"Source": "https://github.com/nathom/streamrip",
|
||||
"Bug Reports": "https://github.com/nathom/streamrip/issues",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue