Skip to content

Commit 8039287

Browse files
committed
fix test
1 parent ec8a74b commit 8039287

File tree

1 file changed

+4
-1
lines changed
  • gazelle/python/testdata/python_ignore_files_directive

1 file changed

+4
-1
lines changed

gazelle/python/testdata/python_ignore_files_directive/BUILD.out

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ load("@rules_python//python:defs.bzl", "py_library")
44

55
py_library(
66
name = "python_ignore_files_directive",
7-
srcs = ["__init__.py"],
7+
srcs = [
8+
"__init__.py",
9+
"setup.py",
10+
],
811
visibility = ["//:__subpackages__"],
912
)

0 commit comments

Comments
 (0)