Update setup.py

This commit is contained in:
Leon 2021-01-17 17:36:54 +01:00 committed by GitHub
parent 62684ac898
commit ed5de61d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -16,17 +16,17 @@ from setuptools import setup
setup(
name="undetected-chromedriver",
version="2.0.B0",
version="2.0.0",
packages=["undetected_chromedriver"],
install_requires=["selenium",],
url="https://github.com/ultrafunkamsterdam/undetected-chromedriver",
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(),
@ -37,3 +37,4 @@ setup(
"Programming Language :: Python :: 3.7",
],
)