From 298509c7fa3991a5b4b8d9c8ce823f842653bcae Mon Sep 17 00:00:00 2001 From: Ali Parlakci Date: Tue, 20 Apr 2021 18:57:02 +0300 Subject: [PATCH] setup.cfg: add more metadata --- setup.cfg | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 76bcca2..3b57d7a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,23 @@ [metadata] -name = Bulk Downloader for Reddit +name = bdfr +description_file = README.md +description_content_type = text/markdown +home_page = https://github.com/aliparlakci/bulk-downloader-for-reddit +keywords = reddit, download, archive +version = 2.0.3 author = Ali Parlakci -author-email = parlakciali@gmail.com -python_requires = >=3.9 +author_email = parlakciali@gmail.com +maintainer = Serene Arc +maintainer_email = serenical@gmail.com +license = GPLv3 +classifiers = + Programming Language :: Python :: 3 + License :: OSI Approved :: GNU General Public License v3 (GPLv3) + Natural Language :: English + Environment :: Console + Operating System :: OS Independent +requires_python = >=3.9 +platforms = any [files] packages = bdfr