From f13a0c15314e1cf3fe99bc720b29223dec240d98 Mon Sep 17 00:00:00 2001 From: Leon Date: Tue, 29 Nov 2022 14:27:57 +0100 Subject: [PATCH] Update setup.py include example file --- setup.py | 1 + 1 file changed, 1 insertion(+) 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",