setup.py: add minimum python requirement (#287)

This commit is contained in:
Ali Parlakçı
2021-05-06 17:16:10 +03:00
committed by GitHub
parent a2e22e894a
commit db8b1c7547
2 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ 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
version = 2.0.0
author = Ali Parlakci
author_email = parlakciali@gmail.com
maintainer = Serene Arc
@@ -16,7 +16,6 @@ classifiers =
Natural Language :: English
Environment :: Console
Operating System :: OS Independent
requires_python = >=3.9
platforms = any
[files]