blob: f59256bf51048e3bac0aee6abd9b4037103fbce8 [file] [log] [blame]
licenses(["notice"])
exports_files(["LICENSE"])
filegroup(
name = "distribution",
srcs = [
"BUILD",
"LICENSE",
] + glob([
"*.bzl",
]),
visibility = ["@//distro:__pkg__"],
)