From f8c3d76544ff620b2d5985877cf6f0459f06a4b2 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 8 Dec 2023 17:03:15 +0300 Subject: [PATCH] Update setup.py --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index f2e1117c..b9c2cba2 100644 --- a/src/setup.py +++ b/src/setup.py @@ -11,7 +11,7 @@ # Package meta-data. NAME = "python-rucaptcha" -DESCRIPTION = "Python 3.7+ RuCaptcha library with AIO module." +DESCRIPTION = "Python 3.9+ RuCaptcha library with AIO module." URL = "https://andreidrang.github.io/python-rucaptcha/" EMAIL = "python-captcha@pm.me" AUTHOR = "AndreiDrang, redV0ID"