File size: 425 Bytes
8fcf809
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description:
#   Character encoding aliases for legacy web content

licenses(["notice"])  # BSD

exports_files(["LICENSE"])

py_library(
    name = "org_pythonhosted_webencodings",
    srcs = [
        "webencodings/__init__.py",
        "webencodings/labels.py",
        "webencodings/mklabels.py",
        "webencodings/x_user_defined.py",
    ],
    srcs_version = "PY2AND3",
    visibility = ["//visibility:public"],
)