android13/external/tensorflow/third_party/systemlibs/astor.BUILD

13 lines
213 B
Plaintext

licenses(["notice"]) # New BSD
filegroup(
name = "LICENSE",
visibility = ["//visibility:public"],
)
py_library(
name = "astor",
srcs_version = "PY3",
visibility = ["//visibility:public"],
)