From 8c0a7ed77580e25fb58eef15e5b1402918ce6e75 Mon Sep 17 00:00:00 2001 From: avdata99 Date: Tue, 28 Oct 2025 09:47:42 -0300 Subject: [PATCH] include pkg data to add missing files (like yaml) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7c6888a5..23e4d9b4 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ # You can just specify the packages manually here if your project is # simple. Or you can use find_packages(). packages=find_packages(exclude=['tests*']), + include_package_data=True, # setup_requires=['wheel'], # List run-time dependencies here. These will be installed by pip when your