mirror of https://github.com/tiangolo/fastapi.git
🔨 Tweak PDM hook script (#14895)
This commit is contained in:
parent
417f1ee078
commit
aac30fd707
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue