Skip to content

Commit 2e1ed5a

Browse files
author
Andrei
authored
Merge pull request #22 from Podzied/patch-1
Fix keyword indentation
2 parents 2a0f4bb + f1b1a84 commit 2e1ed5a

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

src/setup.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,21 @@ def run(self):
8282
url=URL,
8383
license="MIT",
8484
keywords="""
85-
captcha
86-
recaptcha
87-
geetest
88-
hcaptcha
89-
capypuzzle
90-
tiktok
91-
rotatecaptcha
92-
funcaptcha
93-
keycaptcha
94-
python3
95-
python-library
96-
capsolver
97-
kasada
98-
datadomeslider
99-
mtcaptcha
85+
captcha
86+
recaptcha
87+
geetest
88+
hcaptcha
89+
capypuzzle
90+
tiktok
91+
rotatecaptcha
92+
funcaptcha
93+
keycaptcha
94+
python3
95+
python-library
96+
capsolver
97+
kasada
98+
datadomeslider
99+
mtcaptcha
100100
""",
101101
python_requires=REQUIRES_PYTHON,
102102
zip_safe=False,

0 commit comments

Comments
 (0)