mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-21 10:45:28 -04:00
Basic album downloading working
This commit is contained in:
parent
b7ace1d8d0
commit
129f3d8fe6
6 changed files with 164 additions and 79 deletions
10
setup.py
10
setup.py
|
@ -32,13 +32,13 @@ setup(
|
|||
"Operating System :: OS Independent",
|
||||
"Development Status :: 3 - Alpha",
|
||||
],
|
||||
package_dir={'', 'music-dl'},
|
||||
packages=find_packages(where='music-dl'),
|
||||
package_dir={"", "music-dl"},
|
||||
packages=find_packages(where="music-dl"),
|
||||
python_requires=">=3.9",
|
||||
project_urls={
|
||||
'Bug Reports': 'https://github.com/nathom/music-dl/issues',
|
||||
'Source': 'https://github.com/nathom/music-dl',
|
||||
}
|
||||
"Bug Reports": "https://github.com/nathom/music-dl/issues",
|
||||
"Source": "https://github.com/nathom/music-dl",
|
||||
},
|
||||
)
|
||||
|
||||
# rm -f dist/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue