From 23030cd1c4fa1ff62f927ce84b246868432e2f3e Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Wed, 9 Sep 2026 01:15:56 +0000 Subject: [PATCH] Remove wheel build hook, following upstream fastapi-vue convention The wheel hook was a local addition (76cd022) that rebuilt the frontend on every wheel build. Only the sdist build should invoke node; wheel builds (including wheel-from-sdist) package the prebuilt frontend-build. Restores scripts/fastapi-vue/buildhook.py to its pristine upstream state. --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7889501..ea38a64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,9 +42,6 @@ path = "scripts/fastapi-vue/buildhook.py" "scripts/fastapi-vue/buildhook.py" = "scripts/fastapi-vue/buildhook.py" "scripts/fastapi-vue/buildutil.py" = "scripts/fastapi-vue/buildutil.py" -[tool.hatch.build.targets.wheel.hooks.custom] -path = "scripts/fastapi-vue/buildhook.py" - [tool.uv] package = true