dosage/setup.cfg

49 lines
1.1 KiB
INI
Raw Normal View History

[metadata]
name = dosage
maintainer = Tobias Gruetzmacher
maintainer-email = tobias-dosage@23.gs
summary = a comic strip downloader and archiver
2016-03-14 00:16:17 +00:00
description-file = README.md
home-page = http://dosage.rocks/
license = MIT
platform = Any
keywords = comic,webcomic,downloader,archiver,crawler
classifier =
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.4
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
Operating System :: OS Independent
[files]
packages =
dosagelib
[entry_points]
console_scripts =
dosage = dosagelib.cmd:main
[extras]
css =
cssselect
dimensions =
Pillow
bash =
argcomplete
2017-10-12 21:25:37 +00:00
test =
pytest-cov
responses
[bdist_wheel]
2017-10-12 21:25:37 +00:00
universal = 1