This is an automated email from the ASF dual-hosted git repository. nicknezis pushed a commit to branch nicknezis/heronpy-cleanup in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 5f887b9a95015244a871b274d4603ed411deb4ec Author: Nicholas Nezis <[email protected]> AuthorDate: Mon Jan 17 11:35:37 2022 -0500 Added disclaimers to HeronPy package --- scripts/packages/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/packages/BUILD b/scripts/packages/BUILD index 2c8adc8..0f53eb3 100644 --- a/scripts/packages/BUILD +++ b/scripts/packages/BUILD @@ -598,6 +598,7 @@ pkg_tar( genrule( name = "generate-heronpy-package", srcs = [ + "//:disclaimers", "heronpy/requirements.txt", "heronpy/setup.py.template", "heronpy/README.txt",
