blob: b60e84f17ee812f82d69688cb2bd7c610d0cbfb2 [file] [log] [blame]
load("@rules_python//python:defs.bzl", "py_library")
py_library(
name = "simple_binary_with_library",
srcs = [
"__init__.py",
"bar.py",
"foo.py",
],
)
# This target should be kept unmodified by Gazelle.
py_library(
name = "custom",
srcs = [
"bar.py",
],
)