From c917e1fc669c550281d78e013e814dabebb3e34e Mon Sep 17 00:00:00 2001 From: Simatwa Date: Thu, 21 Dec 2023 02:01:38 +0300 Subject: [PATCH] Add pypi publishing action & distribution keywords --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b7d3b16..f71a716 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "youtube-dl", "y2mate", "y2mate-api", - ] + ], python_requires=">=3.8", long_description=open("README.md").read(), long_description_content_type="text/markdown",