diff --git a/BUILD b/BUILD index e5f5386f..408d31fb 100644 --- a/BUILD +++ b/BUILD @@ -1,19 +1,3 @@ licenses(["notice"]) # Apache 2.0 -filegroup( - name = "licenses", - data = [ - "//:LICENSE", - ], -) - -sh_binary( - name = "build_pip_package", - srcs = ["build_pip_package.sh"], - data = [ - "MANIFEST.in", - "licenses", - "setup.py", - "//reverb", - ], -) +exports_files(["LICENSE"]) diff --git a/reverb/pip_package/BUILD b/reverb/pip_package/BUILD new file mode 100644 index 00000000..e5f5386f --- /dev/null +++ b/reverb/pip_package/BUILD @@ -0,0 +1,19 @@ +licenses(["notice"]) # Apache 2.0 + +filegroup( + name = "licenses", + data = [ + "//:LICENSE", + ], +) + +sh_binary( + name = "build_pip_package", + srcs = ["build_pip_package.sh"], + data = [ + "MANIFEST.in", + "licenses", + "setup.py", + "//reverb", + ], +) diff --git a/third_party/opensource_only.files b/third_party/opensource_only.files index 54455d70..3893a187 100644 --- a/third_party/opensource_only.files +++ b/third_party/opensource_only.files @@ -1,5 +1,6 @@ BUILD reverb/cc/platform/default/BUILD +reverb/pip_package/BUILD reverb/pip_package/MANIFEST.in reverb/pip_package/setup.py third_party/BUILD