2015-11-03 23:27:53 +01:00
|
|
|
[metadata]
|
|
|
|
name = dosage
|
2019-10-28 17:09:56 +01:00
|
|
|
description = a comic strip downloader and archiver
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
2020-04-12 13:05:00 +02:00
|
|
|
url = https://dosage.rocks
|
2020-10-11 20:15:27 +02:00
|
|
|
maintainer = Tobias Gruetzmacher
|
|
|
|
maintainer_email = tobias-dosage@23.gs
|
2019-10-28 17:09:56 +01:00
|
|
|
license = MIT License
|
|
|
|
license_file = COPYING
|
|
|
|
platforms = Any
|
|
|
|
classifiers =
|
2020-04-12 20:39:26 +02:00
|
|
|
Development Status :: 5 - Production/Stable
|
2015-11-03 23:27:53 +01:00
|
|
|
Environment :: Console
|
|
|
|
Intended Audience :: End Users/Desktop
|
|
|
|
License :: OSI Approved :: MIT License
|
2020-04-12 20:39:26 +02:00
|
|
|
Operating System :: OS Independent
|
2015-11-03 23:27:53 +01:00
|
|
|
Programming Language :: Python
|
|
|
|
Programming Language :: Python :: 3
|
2020-04-12 20:39:26 +02:00
|
|
|
Programming Language :: Python :: 3 :: Only
|
2016-10-29 00:21:41 +02:00
|
|
|
Programming Language :: Python :: 3.5
|
2017-01-12 01:38:59 +01:00
|
|
|
Programming Language :: Python :: 3.6
|
2019-01-04 00:04:04 +01:00
|
|
|
Programming Language :: Python :: 3.7
|
2019-10-28 16:00:38 +01:00
|
|
|
Programming Language :: Python :: 3.8
|
2020-10-07 01:11:58 +02:00
|
|
|
Programming Language :: Python :: 3.9
|
2020-04-12 20:39:26 +02:00
|
|
|
Topic :: Internet :: WWW/HTTP
|
|
|
|
Topic :: Multimedia :: Graphics
|
|
|
|
keywords = comic,webcomic,downloader,archiver,crawler
|
|
|
|
project_urls =
|
|
|
|
Code = https://github.com/webcomics/dosage
|
|
|
|
Issue tracker = https://github.com/webcomics/dosage/issues
|
2015-11-03 23:27:53 +01:00
|
|
|
|
2019-10-28 17:09:56 +01:00
|
|
|
[options]
|
|
|
|
packages = find:
|
|
|
|
install_requires =
|
2020-10-04 23:24:05 +02:00
|
|
|
appdirs
|
2019-10-28 17:09:56 +01:00
|
|
|
colorama
|
2020-01-04 15:56:35 +01:00
|
|
|
imagesize
|
2020-09-29 21:16:48 +02:00
|
|
|
lxml>=4.0.0
|
2019-10-28 17:09:56 +01:00
|
|
|
requests>=2.0
|
2020-04-12 20:39:26 +02:00
|
|
|
cached_property;python_version<'3.8'
|
|
|
|
importlib_metadata;python_version<'3.8'
|
|
|
|
python_requires = >=3.5
|
|
|
|
setup_requires =
|
|
|
|
setuptools>=38.3.0
|
|
|
|
setuptools_scm
|
2016-05-16 14:57:47 +02:00
|
|
|
|
2019-10-28 17:09:56 +01:00
|
|
|
[options.entry_points]
|
2016-05-16 14:57:47 +02:00
|
|
|
console_scripts =
|
|
|
|
dosage = dosagelib.cmd:main
|
2020-10-01 15:51:09 +02:00
|
|
|
pyinstaller40 =
|
|
|
|
hook-dirs = dosagelib.__pyinstaller:get_hook_dirs
|
2015-11-03 23:27:53 +01:00
|
|
|
|
2019-10-28 17:09:56 +01:00
|
|
|
[options.extras_require]
|
2015-11-03 23:27:53 +01:00
|
|
|
bash =
|
|
|
|
argcomplete
|
2020-04-12 20:39:26 +02:00
|
|
|
css =
|
|
|
|
cssselect
|
2020-09-27 18:49:46 +02:00
|
|
|
dev =
|
|
|
|
flake8
|
2020-09-27 20:38:06 +02:00
|
|
|
flake8-2020;python_version>'3.5'
|
2020-10-11 20:15:27 +02:00
|
|
|
flake8-breakpoint;python_version>'3.5'
|
|
|
|
flake8-bugbear
|
2020-09-27 18:49:46 +02:00
|
|
|
flake8-coding
|
2020-10-11 20:15:27 +02:00
|
|
|
flake8-commas
|
|
|
|
flake8-comprehensions
|
|
|
|
flake8-eradicate
|
|
|
|
flake8-fixme
|
|
|
|
flake8-functions
|
2020-09-27 18:49:46 +02:00
|
|
|
flake8-future-import
|
2020-10-11 20:15:27 +02:00
|
|
|
flake8-logging-format
|
2020-09-28 22:52:39 +02:00
|
|
|
flake8-no-fstring;python_version>'3.5'
|
2020-09-27 18:49:46 +02:00
|
|
|
flake8-pytest
|
2020-09-27 20:38:06 +02:00
|
|
|
flake8-pytest-style;python_version>'3.5'
|
2020-10-11 20:15:27 +02:00
|
|
|
flake8-strings;python_version>'3.5'
|
|
|
|
pytest-cov
|
|
|
|
pytest-xdist
|
|
|
|
responses
|
|
|
|
setup-cfg-fmt
|
2015-11-03 23:27:53 +01:00
|
|
|
|
|
|
|
[bdist_wheel]
|
2017-10-12 23:25:37 +02:00
|
|
|
universal = 1
|