Export LICENSE

This makes it easier to include the license in redistributions, as required by the license.
This commit is contained in:
Rob Earhart 2020-08-12 16:10:57 -07:00 committed by GitHub
parent 10ade8473b
commit 025e1a484d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,8 @@ package(default_visibility = ["//visibility:public"])
licenses(["notice"])
exports_files(["LICENSE"])
config_setting(
name = "windows",
constraint_values = ["@bazel_tools//platforms:windows"],