fix(ci): add setuptools package discovery to fix uv sync in CI
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user