11 lines
186 B
Python
11 lines
186 B
Python
|
licenses(["notice"])
|
||
|
|
||
|
exports_files(["LICENSE"])
|
||
|
|
||
|
filegroup(
|
||
|
name = "stardoc_rule_doc",
|
||
|
testonly = 1,
|
||
|
srcs = ["docs/stardoc_rule.md"],
|
||
|
visibility = ["//test:__pkg__"],
|
||
|
)
|