Update setup.py

include example file
This commit is contained in:
Leon 2022-11-29 14:27:57 +01:00 committed by GitHub
parent cb3d91064a
commit f13a0c1531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ setup(
"requests",
"websockets",
],
package_data={"undetected_chromedriver": [os.path.join("example", "example.py")]},
url="https://github.com/ultrafunkamsterdam/undetected-chromedriver",
license="GPL-3.0",
author="UltrafunkAmsterdam",