1
0
Fork 0
ScrapTheChan/setup.cfg

45 lines
1.1 KiB
INI

[metadata]
name = scrapthechan
version = attr: scrapthechan.__version__
description = Scrap the files from the imageboards.
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
license = MIT
license_file = COPYING
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.7
Topic :: Communications :: BBS
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards
Topic :: Text Processing
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