From 0acfa75c8eee10a66b3bed64e18c2435ff837ea5 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Thu, 12 Feb 2026 22:48:39 +0100 Subject: [PATCH] fix(ci): add setuptools package discovery to fix uv sync in CI Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 759993f5..1a118bc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,9 @@ version = "0.1.0" description = "Multi-tenant e-commerce marketplace platform" requires-python = ">=3.11" +[tool.setuptools.packages.find] +include = ["app*", "models*", "middleware*", "storage*"] + # ============================================================================= # RUFF - Modern All-in-One Linter & Formatter # =============================================================================