7615ee60d1
One dependency less (at least für Python 3.8+) and it should be faster (not tested).
63 lines
1.6 KiB
INI
63 lines
1.6 KiB
INI
[metadata]
|
|
name = dosage
|
|
maintainer = Tobias Gruetzmacher
|
|
maintainer_email = tobias-dosage@23.gs
|
|
description = a comic strip downloader and archiver
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://github.com/webcomics/dosage
|
|
license = MIT License
|
|
license_file = COPYING
|
|
platforms = Any
|
|
keywords = comic,webcomic,downloader,archiver,crawler
|
|
classifiers =
|
|
Environment :: Console
|
|
Intended Audience :: End Users/Desktop
|
|
Topic :: Multimedia :: Graphics
|
|
Topic :: Internet :: WWW/HTTP
|
|
Development Status :: 4 - Beta
|
|
License :: OSI Approved :: MIT License
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Operating System :: OS Independent
|
|
|
|
[options]
|
|
setup_requires =
|
|
setuptools >= 36.7.0
|
|
setuptools_scm
|
|
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
|
|
packages = find:
|
|
install_requires =
|
|
colorama
|
|
lxml
|
|
requests>=2.0
|
|
six
|
|
backports.shutil_get_terminal_size; python_version<'3.3'
|
|
backports.functools_lru_cache; python_version<'3.2'
|
|
cached_property; python_version<'3.8'
|
|
importlib_metadata; python_version<'3.8'
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
dosage = dosagelib.cmd:main
|
|
|
|
[options.extras_require]
|
|
css =
|
|
cssselect
|
|
dimensions =
|
|
Pillow
|
|
bash =
|
|
argcomplete
|
|
test =
|
|
pytest-cov
|
|
pytest-xdist
|
|
responses
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|