10 lines
203 B (Stored with Git LFS)
Text
10 lines
203 B (Stored with Git LFS)
Text
licenses(["notice"]) # BSD 3-clause
|
|
|
|
exports_files(["LICENSE"])
|
|
|
|
py_library(
|
|
name = "dill",
|
|
srcs = glob(["dill/*.py"]),
|
|
srcs_version = "PY2AND3",
|
|
visibility = ["//visibility:public"],
|
|
)
|