From 2fbb97c3efa93291192f0637ce81191ba8ea1adb Mon Sep 17 00:00:00 2001 From: Kai Labusch Date: Fri, 4 Apr 2025 14:54:03 +0200 Subject: [PATCH] force static web files to be installed --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 63c24a2..37c4785 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ setup( url="https://qurator.ai", packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), + package_data={'': ['*.html', '*.js', '*.css', '*.map', '*.png', '*.txt']}, install_requires=install_requires, entry_points={ 'console_scripts': [