blob: 39ce3a1fa8d03fd903e500ef3d4ca9d91b671c7e [file] [log] [blame]
licenses(["notice"])
filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//third_party:__pkg__"],
)
py_library(
name = "six",
srcs = ["six.py"],
imports = ["."],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)