Sign in
android
/
platform
/
external
/
bazelbuild-rules_python
/
HEAD
/
.
/
examples
/
wheel
/
private
/
BUILD.bazel
blob: 326fc3538ccbd9d318e164814afb97c8eb06d21d [
file
]
load
(
"@rules_python//python:py_binary.bzl"
,
"py_binary"
)
py_binary
(
name
=
"directory_writer"
,
srcs
=
[
"directory_writer.py"
],
visibility
=
[
"//:__subpackages__"
],
)