From f79abcc3102162267a118a99994af09be089e748 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 25 Nov 2020 03:37:24 +0400 Subject: [PATCH] In classifiers licence was fixed and added more topics related to a program. --- setup.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index a52aa5d..9f07dda 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = scrapthechan version = attr: scrapthechan.__version__ -description = Scrap the files posted in a thread on an imageboard. +description = Scrap the files from the imageboards. long_description = file: README.md long_description_content_type = text/markdown author = Alexander "Arav" Andreev @@ -21,11 +21,15 @@ classifiers = Development Status :: 2 - Pre-Alpha Environment :: Console Intended Audience :: End Users/Desktop - License :: Other/Proprietary License + License :: OSI Approved :: MIT License Natural Language :: English Operating System :: OS Independent Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Topic :: Communications :: BBS + Topic :: Internet :: WWW/HTTP + Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards + Topic :: Text Processing Topic :: Utilities [options]