You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2022/01/17 16:36:07 UTC

[incubator-heron] 01/02: Added disclaimers to HeronPy package

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 <ni...@gmail.com>
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",