new build and upload

This commit is contained in:
Lars Noack 2022-11-15 15:26:16 +01:00
parent 1846d3ae1c
commit 15fc4b2194
5 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "music_kraken"
version = "1.0.3"
version = "1.0.4"
authors = [
{ name="Hellow2", email="Hellow2@outlook.de" },
]

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: music-kraken
Version: 1.0.3
Version: 1.0.4
Summary: An extensive music downloader crawling the internet. It gets its metadata from a couple metadata provider, and it scrapes the audiofiles.
Home-page: https://github.com/HeIIow2/music-downloader
Author: Hellow2

View File

@ -4,7 +4,7 @@ pyproject.toml
setup.py
src/music_kraken/__init__.py
src/music_kraken/__main__.py
src/music_kraken/download.py
src/music_kraken/download_.py
src/music_kraken/download_links.py
src/music_kraken/url_to_path.py
src/music_kraken.egg-info/PKG-INFO

View File

@ -5,7 +5,7 @@ from .metadata import download
from .metadata import search as s
from . import download_links
from . import url_to_path
from . import download as d
from . import download_
# NEEDS REFACTORING
from .lyrics.lyrics import fetch_lyrics