Skip to content

Commit 0609001

Browse files
authored
feat(gazelle_python_manifest): provide a target with the given name (bazel-contrib#787)
1 parent d484807 commit 0609001

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

gazelle/manifest/defs.bzl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,10 @@ def gazelle_python_manifest(
8989
},
9090
visibility = ["//visibility:private"],
9191
)
92+
93+
native.filegroup(
94+
name = name,
95+
srcs = [manifest],
96+
tags = ["manual"],
97+
visibility = ["//visibility:public"],
98+
)

0 commit comments

Comments
 (0)