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