Skip to content

Commit 189a0f3

Browse files
committed
[py] Fix Bazel
1 parent 163f745 commit 189a0f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

py/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@ copy_file(
196196
out = "selenium-%s.dist-info/LICENSE" % SE_VERSION,
197197
)
198198

199+
select_file(
200+
name = "global-notice",
201+
srcs = "//:license",
202+
subpath = "NOTICE",
203+
)
204+
199205
copy_file(
200206
name = "notice",
201207
src = ":global-notice",

0 commit comments

Comments
 (0)