Skip to content

Commit

Permalink
Remove exportsfiles(["LICENSE"]).
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pybind11_protobuf authors authored and copybara-github committed Jan 6, 2023
1 parent 505e54e commit 80f3440
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pybind11_protobuf/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ load("@bazel_skylib//rules:common_settings.bzl", "bool_flag")

licenses(["notice"])

exports_files(["LICENSE"])

pybind_library(
name = "enum_type_caster",
hdrs = ["enum_type_caster.h"],
Expand Down

0 comments on commit 80f3440

Please sign in to comment.