Commit 835ed842 by pybind11_abseil authors Committed by Copybara-Service

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
parent 33b5c7d4
...@@ -6,8 +6,6 @@ package(default_visibility = ["//visibility:public"]) ...@@ -6,8 +6,6 @@ package(default_visibility = ["//visibility:public"])
licenses(["notice"]) licenses(["notice"])
exports_files(["LICENSE"])
pybind_library( pybind_library(
name = "absl_casters", name = "absl_casters",
hdrs = ["absl_casters.h"], hdrs = ["absl_casters.h"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment