Skip to content

Commit 80f3440

Browse files
pybind11_protobuf authorscopybara-github
authored andcommitted
Remove exportsfiles(["LICENSE"]).
The file doesn't exist, and using the exported target causes downstream errors. For one, TensorFlow's license checker errors on these non-existing LICENSE files PiperOrigin-RevId: 500257122
1 parent 505e54e commit 80f3440

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pybind11_protobuf/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ load("@bazel_skylib//rules:common_settings.bzl", "bool_flag")
55

66
licenses(["notice"])
77

8-
exports_files(["LICENSE"])
9-
108
pybind_library(
119
name = "enum_type_caster",
1210
hdrs = ["enum_type_caster.h"],

0 commit comments

Comments
 (0)