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

13 lines
218 B
Plaintext

licenses(["notice"]) # BSD 3-clause
filegroup(
name = "PKG-INFO",
visibility = ["//visibility:public"],
)
py_library(
name = "gast",
srcs_version = "PY3",
visibility = ["//visibility:public"],
)