11 lines
223 B (Stored with Git LFS)
Text
11 lines
223 B (Stored with Git LFS)
Text
licenses(["notice"]) # BSD
|
|
|
|
exports_files(["LICENSE"])
|
|
|
|
py_library(
|
|
name = "tblib",
|
|
srcs = glob(["src/tblib/*.py"]),
|
|
imports = ["src"],
|
|
srcs_version = "PY2AND3",
|
|
visibility = ["//visibility:public"],
|
|
)
|