blob: b37170eb536fedd7dbd88622af5185ab93e2deb9 [file] [log] [blame]
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
filegroup(
name = "distribution",
srcs = glob(["*.bzl"]) + [
"BUILD",
"//python/pip_install/extract_wheels:distribution",
],
visibility = ["//:__pkg__"],
)
bzl_library(
name = "bzl",
srcs = [
"pip_repository.bzl",
"repositories.bzl",
],
visibility = ["//docs:__pkg__"],
)