Skip to content

Commit 930c147

Browse files
authored
Merge pull request #99 from 2captcha/RC-2774-update-setup
RC-2774-update-setup
2 parents 5a231d8 + ac605c1 commit 930c147

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The easiest way to quickly integrate the 2Captcha captcha-solving service into y
1414
- [reCAPTCHA v3](#recaptcha-v3)
1515
- [FunCaptcha](#funcaptcha)
1616
- [GeeTest](#geetest)
17-
- [hCaptcha](#hcaptcha)
1817
- [GeeTest v4](#geetest-v4)
18+
- [hCaptcha](#hcaptcha)
1919
- [Lemin Cropped Captcha](#lemin-cropped-captcha)
2020
- [Cloudflare Turnstile](#cloudflare-turnstile)
2121
- [Amazon WAF](#amazon-waf)

setup.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ def get_version():
2727
"Programming Language :: Python :: 3",
2828
"License :: OSI Approved :: MIT License",
2929
"Operating System :: OS Independent",
30+
"Topic :: Software Development :: Libraries :: Python Modules",
31+
"Topic :: Scientific/Engineering :: Image Recognition",
32+
"Topic :: Utilities",
33+
"Intended Audience :: Developers",
3034
],
35+
keywords=[
36+
'2captcha', 'captcha', 'api', 'captcha solver', 'reCAPTCHA', 'hCaptcha',
37+
'FunCaptcha', 'Geetest', 'image captcha', 'Coordinates', 'Click Captcha',
38+
'Geetest V4', 'Lemin captcha', 'Amazon WAF', 'Cloudflare Turnstile',
39+
'Capy Puzzle', 'MTCaptcha', 'Friendly Captcha', 'Tencent'],
3140
python_requires='>=3.6',
3241
test_suite='tests')

0 commit comments

Comments
 (0)