2022-11-14 23:54:15 +00:00
[ build-system ]
requires = [ "setuptools>=61.0" , "requests~=2.28.1" , "mutagen~=1.46.0" , "musicbrainzngs~=0.7.1" , "jellyfish~=0.9.0" , "pydub~=0.25.1" , "youtube_dl" , "beautifulsoup4~=4.11.1" , "pycountry~=22.3.5" ]
build-backend = "setuptools.build_meta"
[ project ]
name = "music_kraken"
2022-11-15 14:10:04 +00:00
version = "1.0.2"
2022-11-14 23:54:15 +00:00
authors = [
{ name = "Hellow2" , email = "Hellow2@outlook.de" } ,
]
description = "An extensive music downloader crawling the internet. It gets its metadata from a couple metadata provider, and it scrapes the audiofiles."
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3" ,
"Operating System :: OS Independent" ,
]
[ project . urls ]
"Homepage" = "https://github.com/HeIIow2/music-downloader"