setup.cfg: add more metadata
This commit is contained in:
21
setup.cfg
21
setup.cfg
@@ -1,8 +1,23 @@
|
|||||||
[metadata]
|
[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 = Ali Parlakci
|
||||||
author-email = parlakciali@gmail.com
|
author_email = parlakciali@gmail.com
|
||||||
python_requires = >=3.9
|
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]
|
[files]
|
||||||
packages = bdfr
|
packages = bdfr
|
||||||
|
|||||||
Reference in New Issue
Block a user