Update setup.py

This commit is contained in:
Colin Delahunty 2022-06-06 07:21:39 -04:00 committed by GitHub
parent b2e804e977
commit 30c1499c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ with codecs.open(
raise RuntimeError("unable to determine version") raise RuntimeError("unable to determine version")
description = ( description = (
"Selenium.webdriver.Chrome replacement with compatiblity for Brave, and other Chromium based browsers.", "Selenium.webdriver.Chrome replacement with compatibility for Brave, and other Chromium based browsers.",
"Not triggered by CloudFlare/Imperva/hCaptcha and such.", "Not triggered by CloudFlare/Imperva/hCaptcha and such.",
"NOTE: results may vary due to many factors. No guarantees are given, except for ongoing efforts in understanding detection algorithms.", "NOTE: results may vary due to many factors. No guarantees are given, except for ongoing efforts in understanding detection algorithms.",
) )