12 lines
217 B (Stored with Git LFS)
Text
12 lines
217 B (Stored with Git LFS)
Text
licenses(["notice"]) # New BSD
|
|
|
|
filegroup(
|
|
name = "LICENSE",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
py_library(
|
|
name = "astor",
|
|
srcs_version = "PY2AND3",
|
|
visibility = ["//visibility:public"],
|
|
)
|