diff --git a/dgf/src/beam/learning/ten_lines/BUILD b/dgf/src/beam/learning/ten_lines/BUILD index fb435e7..8f61c4e 100644 --- a/dgf/src/beam/learning/ten_lines/BUILD +++ b/dgf/src/beam/learning/ten_lines/BUILD @@ -1,13 +1,7 @@ load("@rules_python//python:py_library.bzl", "py_library") load("@rules_python//python:py_test.bzl", "py_test") -package( - - default_visibility = [ - "//dgf:__subpackages__", - "//:internal_users", - ], -) +package(default_applicable_licenses = ["//dgf:license"]) # Libraries # =========