diff --git a/pybind11_protobuf/BUILD b/pybind11_protobuf/BUILD index 96d8b03..b62eb91 100644 --- a/pybind11_protobuf/BUILD +++ b/pybind11_protobuf/BUILD @@ -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"],