43 lines
1.0 KiB
INI
43 lines
1.0 KiB
INI
[metadata]
|
|
name = comicapi
|
|
version = 2.2.1
|
|
description = Comic archive (cbr/cbz/cbt) and metadata utilities. Extracted from the ComicTagger project.
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://github.com/OzzieIsaacs/comicapi
|
|
author = Iris W
|
|
maintainer = @OzzieIsaacs
|
|
license = Apache-2.0
|
|
license_file = LICENSE
|
|
classifiers =
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
|
|
[options]
|
|
packages = comicapi
|
|
install_requires =
|
|
natsort>=8.1.0
|
|
pillow>=4.3.0
|
|
py7zr
|
|
pycountry
|
|
text2digits
|
|
typing-extensions
|
|
wordninja
|
|
python_requires = >=3.6
|
|
|
|
[options.extras_require]
|
|
cbr =
|
|
unrar-cffi>=0.2.2
|
|
|
|
[flake8]
|
|
max-line-length = 120
|
|
extend-ignore =
|
|
E203
|