Skip to content

Commit

Permalink
Merge pull request #12 from mizaki/ct_versioning
Browse files Browse the repository at this point in the history
Remove ComicTagger requirement to prevent build error.
  • Loading branch information
mizaki authored Dec 13, 2023
2 parents 32edac3 + a670770 commit 2a1618b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions metron_talker/metron.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def default(self, obj: Any) -> Any:
class MetronTalker(ComicTalker):
name: str = "Metron"
id: str = "metron"
comictagger_min_ver: str = "1.6.0a7"
website: str = "https://metron.cloud"
logo_url: str = "https://static.metron.cloud/static/site/img/metron.svg"
attribution: str = f"Metadata provided by <a href='{website}'>{name}</a>"
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ keywords =
[options]
packages = find:
install_requires =
comictagger>=1.6.0a7
mokkari>=2.5.0
python_requires = >=3.9

Expand Down

0 comments on commit 2a1618b

Please sign in to comment.