From 7400dd407fa7d85559f580e46178a847831931dd Mon Sep 17 00:00:00 2001 From: Leon Date: Wed, 14 Oct 2020 11:17:00 +0200 Subject: [PATCH] typo in url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 935569d..1c775b5 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( version="1.5.0", packages=["undetected_chromedriver"], install_requires=["selenium",], - url="https://github.com/ultrafunkamsterdam/undetected_chromedriver", + url="https://github.com/ultrafunkamsterdam/undetected-chromedriver", license="GPL-3.0", author="UltrafunkAmsterdam", author_email="info@blackhat-security.nl",