fix(ci): add setuptools package discovery to fix uv sync in CI
Some checks failed
CI / ruff (push) Failing after 9s
CI / pytest (push) Failing after 1s
CI / architecture (push) Failing after 8s
CI / dependency-scanning (push) Successful in 27s
CI / audit (push) Failing after 9s
CI / docs (push) Has been skipped

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-12 22:48:39 +01:00
parent b265d0db51
commit 0acfa75c8e

View File

@@ -8,6 +8,9 @@ version = "0.1.0"
description = "Multi-tenant e-commerce marketplace platform" description = "Multi-tenant e-commerce marketplace platform"
requires-python = ">=3.11" requires-python = ">=3.11"
[tool.setuptools.packages.find]
include = ["app*", "models*", "middleware*", "storage*"]
# ============================================================================= # =============================================================================
# RUFF - Modern All-in-One Linter & Formatter # RUFF - Modern All-in-One Linter & Formatter
# ============================================================================= # =============================================================================