From c4109326d078e5d81ecf20f779bc9080ac881872 Mon Sep 17 00:00:00 2001 From: Ciro Date: Sun, 20 Nov 2022 08:01:13 -0300 Subject: [PATCH] add dll copying fixing #37 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 61f4be8..fb4c338 100644 --- a/setup.py +++ b/setup.py @@ -79,6 +79,7 @@ setuptools.setup( package_data={ "": [ "./*.so", + "./*.dll", "./uWebSockets/*", "./uWebSockets/*/*", "./uWebSockets/*/*/*",