mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-26 00:49:17 +00:00
10 lines
161 B
Python
10 lines
161 B
Python
|
filegroup(
|
||
|
name = "data",
|
||
|
srcs = [
|
||
|
"charmap.csv",
|
||
|
"region.csv",
|
||
|
"script.csv",
|
||
|
],
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|