aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Aiuto <aiuto@google.com>2023-02-08 17:07:31 -0500
committerTony Aiuto <aiuto@google.com>2023-02-08 17:07:31 -0500
commit51ce23181db90d4ce2daeb77fd891ea4d6f5633c (patch)
treecc40c9964d537971c7192b0d814080462bebe96c
parent55a91aa23263dac35a95b2a7b98797cecb733cf5 (diff)
downloadbazelbuild-rules_license-51ce23181db90d4ce2daeb77fd891ea4d6f5633c.tar.gz
add bzlmod files to the distro
-rw-r--r--BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 40cfcad..31520c4 100644
--- a/BUILD
+++ b/BUILD
@@ -55,8 +55,10 @@ filegroup(
"*.bzl",
"*.md",
]) + [
+ "MODULE.bazel",
"BUILD",
"LICENSE",
+ "WORKSPACE.bzlmod",
],
visibility = ["//distro:__pkg__"],
)