43 lines
1.0 KiB
INI
43 lines
1.0 KiB
INI
|
[metadata]
|
||
|
name = scrapthechan
|
||
|
version = attr: scrapthechan.__version__
|
||
|
description =
|
||
|
Scrap the files posted in a thread on an imageboard. Currently supports
|
||
|
4chan.org, lainchan.org and 2ch.hk.
|
||
|
long_description = file: README.md
|
||
|
long_description_content_type = text/markdown
|
||
|
author = Alexander "Arav" Andreev
|
||
|
author_email = me@arav.top
|
||
|
url = https://arav.top
|
||
|
keywords =
|
||
|
scraper
|
||
|
imageboard
|
||
|
4chan
|
||
|
2ch
|
||
|
lainchan
|
||
|
license = MIT
|
||
|
license_file = COPYING
|
||
|
classifiers =
|
||
|
Development Status :: 2 - Pre-Alpha
|
||
|
Environment :: Console
|
||
|
Intended Audience :: End Users/Desktop
|
||
|
License :: Other/Proprietary License
|
||
|
Natural Language :: English
|
||
|
Operating System :: OS Independent
|
||
|
Programming Language :: Python :: 3.7
|
||
|
Programming Language :: Python :: 3.8
|
||
|
Topic :: Utilities
|
||
|
|
||
|
[options]
|
||
|
zip_safe = False
|
||
|
python_requires = >=3.7
|
||
|
include_package_data = True
|
||
|
packages = find:
|
||
|
|
||
|
[options.package_data]
|
||
|
* = COPYING, README.md
|
||
|
|
||
|
[options.entry_points]
|
||
|
console_scripts =
|
||
|
scrapthechan = scrapthechan.cli.scraper:main
|