Sebastián Ramírez
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
pdm_build.py
|
|
|
@ -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: |
|
|
|
|