| # 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"], | |
| ) | |