Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
2bd26c65f08df11d100b4ffe89e2302e3e35827b
/
.
/
examples
/
wheel
/
private
/
BUILD.bazel
blob: ad1248d7d7c43059f1c27f6216256d80856c9458 [
file
]
load
(
"@rules_python//python:defs.bzl"
,
"py_binary"
)
py_binary
(
name
=
"directory_writer"
,
srcs
=
[
"directory_writer.py"
],
imports
=
[
"../../.."
],
visibility
=
[
"//:__subpackages__"
],
)