mirror of
https://github.com/google/nomulus
synced 2026-07-19 14:32:44 +00:00
0d122acec2
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135014718
12 lines
186 B
Python
12 lines
186 B
Python
package(
|
|
default_visibility = ["//java/google/registry:registry_project"],
|
|
)
|
|
|
|
licenses(["notice"]) # Apache 2.0
|
|
|
|
|
|
filegroup(
|
|
name = "html_files",
|
|
srcs = glob(["*.html"]),
|
|
)
|