From 72f2b0d228ff1e09cf3b32f89c2b3f72ec3f4066 Mon Sep 17 00:00:00 2001 From: "David L. Qiu" Date: Thu, 20 Nov 2025 09:45:01 -0800 Subject: [PATCH] remove double inclusion of SVG avatar file --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index add35fe..5288861 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,3 @@ path = "src/jupyter_ai_claude_code/__init__.py" [tool.hatch.build.targets.wheel] packages = ["src/jupyter_ai_claude_code"] - -[tool.hatch.build.targets.wheel.force-include] -"src/jupyter_ai_claude_code/static" = "jupyter_ai_claude_code/static"