Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
4e22d2560b3bd4c0cea9ad0880d1ff08df110456
/
.
/
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__"
],
)