From f567fe7f3b74a68abce16a816881b67bdae50988 Mon Sep 17 00:00:00 2001 From: Manoj Aggarwal Date: Wed, 7 Jan 2026 13:42:52 -0800 Subject: [PATCH] Add both app and alembic explicitly --- surfsense_backend/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/surfsense_backend/pyproject.toml b/surfsense_backend/pyproject.toml index 2edfc8fea..099f1e338 100644 --- a/surfsense_backend/pyproject.toml +++ b/surfsense_backend/pyproject.toml @@ -155,8 +155,7 @@ combine-as-imports = true [tool.setuptools.packages.find] where = ["."] -include = ["app*"] -exclude = ["alembic*"] +include = ["app*", "alembic*"] [build-system] requires = ["setuptools>=61.0", "wheel"]