blob: bd53f5be32299ad9b3ec64fd817a93487348792e [file] [log] [blame]
filegroup(
name = "distribution",
srcs = glob(["*.bzl"]) + [
"BUILD",
"//python/pip_install/extract_wheels:distribution",
"//python/pip_install/parse_requirements_to_bzl:distribution",
],
visibility = ["//:__pkg__"],
)
exports_files(
["pip_repository.bzl", "repositories.bzl"],
visibility = ["//docs:__pkg__"],
)