Update setup.py

This commit is contained in:
Leon 2019-12-22 13:53:06 +01:00 committed by GitHub
parent 0c73dcc9ef
commit 725030e846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 11 deletions

View File

@ -10,15 +10,6 @@ d88P" 888 "88b 888P" d88""88b 888 "888 "88b d8P Y8b d88" 888 888P" 888 88
Y88b. 888 888 888 Y88..88P 888 888 888 Y8b. Y88b 888 888 888 Y8bd8P Y8b. 888
"Y8888P 888 888 888 "Y88P" 888 888 888 "Y8888 "Y88888 888 888 Y88P "Y8888 888 88888888
888 d8b 888 888
888 Y8P 888 888
888 888 888
88888b. 888 .d88888 .d88888 .d88b. 88888b.
888 "88b 888 d88" 888 d88" 888 d8P Y8b 888 "88b
888 888 888 888 888 888 888 88888888 888 888
888 888 888 Y88b 888 Y88b 888 Y8b. 888 888
888 888 888 "Y88888 "Y88888 "Y8888 888 888
BY ULTRAFUNKAMSTERDAM (https://github.com/ultrafunkamsterdam)"""
from setuptools import setup
@ -27,9 +18,9 @@ from setuptools import setup
setup(
name='undetected_chromedriver',
name='undetected-chromedriver',
version='1.0',
packages=[''],
packages=['undetected_chromedriver'],
install_requires=[
'selenium',
],