summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraiuto <aiuto@google.com>2023-03-28 23:44:42 -0400
committerGitHub <noreply@github.com>2023-03-28 23:44:42 -0400
commit7d7a076544d9b69a71629d5499a7fe5ddc762f13 (patch)
treef7a7da7f9ca7cd40151c105a7652cb337e4f98f1
parent88109c3b45d4bd624f0594848d279726b1f57492 (diff)
downloadbazelbuild-rules_pkg-7d7a076544d9b69a71629d5499a7fe5ddc762f13.tar.gz
add MODULE.bazel (#690)upstream/0.9.0
* add MODULE.bazel
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 0fe1ccb..959335c 100644
--- a/BUILD
+++ b/BUILD
@@ -44,6 +44,7 @@ filegroup(
]) + [
"BUILD",
"LICENSE",
+ "MODULE.bazel",
],
visibility = ["//distro:__pkg__"],
)