Skip to content

Commit

Permalink
feat(gazelle_python_manifest): provide a target with the given name (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mattem authored Aug 10, 2022
1 parent d484807 commit 0609001
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gazelle/manifest/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,10 @@ def gazelle_python_manifest(
},
visibility = ["//visibility:private"],
)

native.filegroup(
name = name,
srcs = [manifest],
tags = ["manual"],
visibility = ["//visibility:public"],
)

0 comments on commit 0609001

Please sign in to comment.