🔨 Update build script for sqlmodel-slim (#1754)

This commit is contained in:
Sebastián Ramírez
2026-02-11 05:43:23 -08:00
committed by GitHub
parent 360cb6536b
commit 3c2f517f7e
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ from typing import Any
from pdm.backend.hooks import Context
TIANGOLO_BUILD_PACKAGE = os.getenv("TIANGOLO_BUILD_PACKAGE", "typer")
TIANGOLO_BUILD_PACKAGE = os.getenv("TIANGOLO_BUILD_PACKAGE")
def pdm_build_initialize(context: Context) -> None:

View File

@@ -120,7 +120,7 @@ scripts = {}
# than the one for a default included file.
# By not using "*" and explicitly excluding the top level packages, they get a higher
# score than the default inclusion
excludes = ["sqlmodel", "tests", "pdm_build.py"]
excludes = ["sqlmodel", "docs_src", "tests", "pdm_build.py"]
# source-includes needs to explicitly define some value because PDM will check the
# truthy value of the list, and if empty, will include some defaults, including "tests",
# an empty string doesn't match anything, but makes the list truthy, so that PDM