From 7f316296b0bc6ab2502906f648e65da5f469cb42 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Sat, 10 Aug 2024 19:04:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=862.0=E7=9A=84ui=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cc034b8..97ffd0a 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( }, package_data={ - 'pywxdump': ['WX_OFFS.json', 'ui/templates/*', 'ui/web/*', 'ui/web/assets/*', 'wx_core/tools/*', + 'pywxdump': ['WX_OFFS.json', 'ui/web/*', 'ui/web/assets/*', 'wx_core/tools/*', "ui/export/*", "ui/export/assets/*", "ui/export/assets/css/*", "ui/export/assets/js/*", ] },