blob: 2241c3c44b277f575e023811f233b309298b32d6 [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",
],
)