From bf367162737a1ad676d2802eb01527e9528b2ad0 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Thu, 26 Oct 2023 00:38:03 +0530 Subject: [PATCH] Static folder fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 13fd6fe..98a942f 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def get_description() -> str: author_email='koujalgi.amith@gmail.com', packages=find_packages(include=['sys_stats', 'sys_stats.api']), package_data={ - 'sys_stats': ['static/**/*'], + 'sys_stats': ['static/*', 'static/**/*'], }, entry_points={ 'console_scripts': [