mirror of
https://github.com/google/nomulus
synced 2026-07-19 22:42:23 +00:00
5332ac4e4a
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=128475519
11 lines
234 B
Python
11 lines
234 B
Python
package(default_visibility = ["//java/google/registry:registry_project"])
|
|
|
|
licenses(["notice"]) # Apache 2.0
|
|
|
|
|
|
filegroup(
|
|
name = "html_files",
|
|
srcs = glob(["*.html"]),
|
|
compatible_with = ["//buildenv/target:appengine"],
|
|
)
|