[build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cbz" version = "3.4.1" description = "CBZ simplifies creating, managing, and viewing comic book files in CBZ, CBR, and PDF formats, offering seamless packaging, metadata handling and built-in viewing capabilities." license = "MIT" authors = ["hyugogirubato <65763543+hyugogirubato@users.noreply.github.com>"] readme = "README.md" repository = "https://github.com/hyugogirubato/cbz" keywords = ["python", "cbz", "cbr", "pdf", "ebooks", "manga", "comics", "webtoons"] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Natural Language :: English", "Operating System :: OS Independent", "Topic :: Utilities", "Topic :: Software Development :: Libraries :: Python Modules", ] include = [ { path = "CHANGELOG.md", format = "sdist" }, { path = "README.md", format = "sdist" }, { path = "LICENSE", format = "sdist" } ] [tool.poetry.urls] "Issues" = "https://github.com/hyugogirubato/cbz/issues" "Changelog" = "https://github.com/hyugogirubato/cbz/blob/main/CHANGELOG.md" [tool.poetry.dependencies] python = ">=3.8,<4.0" langcodes = ">=3.4.0" Pillow = ">=10.4.0" pypdf = ">=5.7.0" rarfile = ">=4.2" xmltodict = ">=0.14.2" [tool.poetry.scripts] cbzplayer = "cbz.__main__:main" [[tool.poetry.source]] name = "localpypi" url = "https://pypi.org/simple/" priority = "primary" [certificates] localpypi = { cert = false }