SalazarPevelll
fe
8fcf809
raw
history blame
285 Bytes
# Description:
# urllib3, another url library
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # MIT
exports_files(["LICENSE.md"])
py_library(
name = "org_pythonhosted_urllib3",
srcs = glob(["urllib3/**/*.py"]),
srcs_version = "PY2AND3",
)