dosage/setup.cfg

83 lines
2 KiB
INI
Raw Normal View History

2021-04-30 19:24:25 +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
maintainer = Tobias Gruetzmacher
maintainer_email = tobias-dosage@23.gs
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
Environment :: Console
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
2020-04-12 18:39:26 +00:00
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
2020-04-12 18:39:26 +00:00
Programming Language :: Python :: 3 :: Only
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
Programming Language :: Python :: 3.8
2020-10-06 23:11:58 +00:00
Programming Language :: Python :: 3.9
2021-10-10 16:56:11 +00:00
Programming Language :: Python :: 3.10
2020-04-12 18:39:26 +00: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
2019-10-28 16:09:56 +00:00
[options]
packages = find:
install_requires =
appdirs
2019-10-28 16:09:56 +00:00
colorama
imagesize
lxml>=4.0.0
2019-10-28 16:09:56 +00:00
requests>=2.0
2020-04-12 18:39:26 +00:00
cached_property;python_version<'3.8'
importlib_metadata;python_version<'3.8'
include_package_data = true
2021-04-30 19:24:25 +00:00
python_requires = >=3.6
2020-04-12 18:39:26 +00:00
setup_requires =
setuptools>=38.3.0
setuptools_scm
2019-10-28 16:09:56 +00:00
[options.entry_points]
console_scripts =
dosage = dosagelib.cmd:main
pyinstaller40 =
hook-dirs = dosagelib.__pyinstaller:get_hook_dirs
2019-10-28 16:09:56 +00:00
[options.extras_require]
bash =
argcomplete
2020-04-12 18:39:26 +00:00
css =
cssselect
dev =
2020-11-22 22:25:11 +00:00
allure-pytest
2021-10-17 12:12:42 +00:00
flake8<4
2021-04-30 19:24:25 +00:00
flake8-2020
flake8-breakpoint
flake8-bugbear
flake8-coding
flake8-commas
flake8-comprehensions
flake8-eradicate
flake8-fixme
flake8-functions==0.0.4
flake8-future-import
flake8-logging-format
flake8-pytest
2021-04-30 19:24:25 +00:00
flake8-pytest-style
pytest-cov
pytest-xdist
responses
setup-cfg-fmt
[bdist_wheel]
2017-10-12 21:25:37 +00:00
universal = 1