From 5a0bb83eef944f3184bc7f6de3df53de976e2bf8 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 24 Feb 2026 07:11:24 +0100 Subject: [PATCH] fix for https://github.com/Kozea/Radicale/issues/1994 forgotten by https://github.com/Kozea/Radicale/pull/1989 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 91bff149..a111cbbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ radicale = [ "web/internal_data/css/icons/edit.svg", "web/internal_data/css/icons/new.svg", "web/internal_data/css/icons/upload.svg", - "web/internal_data/fn.js", + "web/internal_data/*.js", "web/internal_data/index.html", "py.typed", ]