From 31ea119be7171c84995a636b8b39764b69e8e9b5 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 17 Jan 2021 20:33:00 +0100 Subject: [PATCH] fixed MacOS --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8434d39..b7cf511 100644 --- a/setup.py +++ b/setup.py @@ -23,10 +23,10 @@ setup( license="GPL-3.0", author="UltrafunkAmsterdam", author_email="info@blackhat-security.nl", - description=""" + description="""\ selenium.webdriver.Chrome replacement with focus on stealth. not triggered by Distil / CloudFlare / Imperva / DataDome / hCaptcha and such. - + NOTE: results may vary due to many factors. No guarantees are given, except for ongoing efforts in understanding detection algorithms. """, long_description=open("README.md").read(),