Skip to content

DistConfigSpec

src.utils.build.DistConfigSpec

Bases: TypedDict

Maps the named spec file paths table in 'dist.yml' configuration.

Source code in src\utils\build.py
42
43
44
45
class DistConfigSpec(TypedDict):
    """Maps the named spec file paths table in 'dist.yml' configuration."""
    release: list[str]
    console: list[str]