aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py/six/BUILD
blob: 39ce3a1fa8d03fd903e500ef3d4ca9d91b671c7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"],
)