This commit is contained in:
Zotify 2024-02-17 17:59:23 +13:00
parent a10b32b5b7
commit 360e342bc2
18 changed files with 923 additions and 463 deletions

View file

@ -1,6 +1,6 @@
[metadata]
name = zotify
version = 0.9.2
version = 0.9.4
author = Zotify Contributors
description = A highly customizable music and podcast downloader
long_description = file: README.md
@ -33,6 +33,10 @@ console_scripts =
[flake8]
max-line-length = 160
ignore =
E701
E704
W503
[mypy]
warn_unused_configs = True
@ -43,6 +47,9 @@ ignore_missing_imports = True
[mypy-music_tag]
ignore_missing_imports = True
[mypy-mutagen.*]
ignore_missing_imports = True
[mypy-pwinput]
ignore_missing_imports = True