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