diff --git a/setup.py b/setup.py index bf688f1..4e7f0dd 100644 --- a/setup.py +++ b/setup.py @@ -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",