blob: f7e1e9bb0e54eac7bedbb0843b47fd7b8e293786 [file]
# SPDX-FileCopyrightText: Copyright 2026 The Pigweed Authors
# SPDX-License-Identifier: Apache-2.0
exports_files(["requirements-base.txt"])
filegroup(
name = "west_runners_scripts",
srcs = glob([
"west_commands/runners/**/*.py",
], allow_empty = True),
visibility = ["//visibility:public"],
)