Set visibility
This commit is contained in:
parent
091e518a7e
commit
318f7caa6a
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ py_library(
|
|||
srcs = glob(["src/python/**/*.py"]),
|
||||
imports = [
|
||||
"src/python",
|
||||
],
|
||||
visibility = [
|
||||
"//visibility:public",
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue