Skip to content

Commit 4a7ff28

Browse files
alperensertclaude
andcommitted
chore: add PyPI keywords, update classifiers, and bump docs label to v5
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7db062b commit 4a7ff28

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

pyproject.toml

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,41 @@ dependencies = [
1111
"pydantic>=2.0"
1212
]
1313

14+
keywords = [
15+
"capmonster",
16+
"capmonster-cloud",
17+
"captcha",
18+
"captcha-solver",
19+
"captcha-solving",
20+
"captcha-bypass",
21+
"recaptcha",
22+
"recaptcha-v2",
23+
"recaptcha-v3",
24+
"hcaptcha",
25+
"turnstile",
26+
"cloudflare",
27+
"funcaptcha",
28+
"geetest",
29+
"datadome",
30+
"image-captcha",
31+
"web-scraping",
32+
"async",
33+
"python",
34+
]
35+
1436
classifiers = [
15-
"Development Status :: 4 - Beta",
37+
"Development Status :: 5 - Production/Stable",
1638
"License :: OSI Approved :: MIT License",
39+
"Framework :: AsyncIO",
40+
"Intended Audience :: Developers",
41+
"Topic :: Software Development :: Libraries :: Python Modules",
1742
"Programming Language :: Python :: 3",
1843
"Programming Language :: Python :: 3.9",
1944
"Programming Language :: Python :: 3.10",
20-
"Programming Language :: Python :: 3.11"
45+
"Programming Language :: Python :: 3.11",
46+
"Programming Language :: Python :: 3.12",
47+
"Programming Language :: Python :: 3.13",
48+
"Operating System :: OS Independent",
2149
]
2250

2351
[project.urls]

retype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ output: .retype
33

44
branding:
55
title: capmonster_python
6-
label: v4
6+
label: v5
77

88
links:
99
- text: GitHub

0 commit comments

Comments
 (0)