1
0
Fork 0
ScrapTheChan/setup.cfg

43 lines
1.0 KiB
INI

[metadata]
name = scrapthechan
version = attr: scrapthechan.__version__
description = Scrap the files posted in a thread on an imageboard.
long_description = file: README.md
long_description_content_type = text/markdown
author = Alexander "Arav" Andreev
author_email = me@arav.top
url = https://git.arav.top/Arav/ScrapTheChan
keywords =
scraper
imageboard
4chan.org
2ch.hk
lainchan.org
8kun.top
lolifox.cc
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