xref: /aosp_15_r20/external/bazelbuild-rules_python/examples/wheel/private/BUILD.bazel (revision 60517a1edbc8ecf509223e9af94a7adec7d736b8)
1*60517a1eSAndroid Build Coastguard Workerload("@rules_python//python:defs.bzl", "py_binary")
2*60517a1eSAndroid Build Coastguard Worker
3*60517a1eSAndroid Build Coastguard Workerpy_binary(
4*60517a1eSAndroid Build Coastguard Worker    name = "directory_writer",
5*60517a1eSAndroid Build Coastguard Worker    srcs = ["directory_writer.py"],
6*60517a1eSAndroid Build Coastguard Worker    visibility = ["//:__subpackages__"],
7*60517a1eSAndroid Build Coastguard Worker)
8