blob: d80e71c89e59c77099e55691be23d7cd0956095f [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
pex_library(
name = "heron-python-streamlet-py",
srcs = glob(["**/*.py"]),
deps = [
"//heronpy/api:heron-python-py",
],
)
# for egg production
pex_binary(
name = "heron-python-streamlet-api-package",
srcs = glob(["**/*.py"]),
deps = [
":heron-python-streamlet-py",
"//heronpy/api:heron-python-py",
]
)