1
0
Fork 0
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:
nathom 2021-03-22 18:00:04 -07:00
parent b7ace1d8d0
commit 129f3d8fe6
6 changed files with 164 additions and 79 deletions

View file

@ -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/*