From 6ac6da850dc00234b53c6e6c1fc0b041da9104d3 Mon Sep 17 00:00:00 2001 From: Remy Tuyeras Date: Wed, 18 Feb 2026 07:18:37 -0500 Subject: [PATCH] fix project.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9787c3b..9437f35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,6 @@ [build-system] requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" + +[tool.setuptools.package-data] +"*" = ["**/*.css", "**/*.js"] \ No newline at end of file