Update setup.py

This commit is contained in:
Andrei 2022-12-14 19:45:15 +03:00
parent b9e9f6a43a
commit bf8ae5ce4f
1 changed files with 14 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from python3_anticaptcha.__version__ import __version__
# Package meta-data.
NAME = "python3-anticaptcha"
DESCRIPTION = "Python 3 Anti-Captcha service library with AIO module."
URL = "https://github.com/AndreiDrang/python3-anticaptcha"
URL = "https://andreidrang.github.io/python3-anticaptcha"
EMAIL = "python-captcha@pm.me"
AUTHOR = "AndreiDrang, redV0ID"
REQUIRES_PYTHON = ">=3.7.0"
@ -78,6 +78,10 @@ setup(
package_dir={"python3-anticaptcha": "python3_anticaptcha"},
include_package_data=True,
url=URL,
project_urls={
"Documentation": URL,
"Source": "https://github.com/AndreiDrang/python3-anticaptcha",
},
author_email=EMAIL,
license="MIT",
keywords="""
@ -85,11 +89,20 @@ setup(
anticaptcha
python3
recaptcha
recaptchav2
recaptchav3
security
api
funcaptcha
keycaptcha
recaptcha
geetest
hcaptcha
python-library
python-anticaptcha
anticaptcha-client
imagecaptcha
turnstile
""",
python_requires=REQUIRES_PYTHON,
zip_safe=False,