refactor: Remove build-system section from pyproject.toml and update source type in uv.lock

This commit is contained in:
pacnpal
2025-12-23 21:38:16 -05:00
parent ca770d76ff
commit a0be417f74
2 changed files with 1 additions and 5 deletions

View File

@@ -8,10 +8,6 @@ readme = "docs/README.md"
[tool.uv.workspace]
members = ["backend"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
# =============================================================================
# Ruff Configuration (shared across workspace)
# =============================================================================