Skip to content

Commit

Permalink
internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 329533749
  • Loading branch information
Googler authored and TerenceLiu4444 committed Nov 12, 2020
1 parent c16131f commit 6f0919f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion lifetime_value/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,18 @@
# ============================================================================
licenses(["notice"])

exports_files(["LICENSE"])
exports_files([
"LICENSE",
])

pytype_library(
name = "lifetime_value",
srcs = ["__init__.py"],
deps = [
":metrics",
":zero_inflated_lognormal",
],
)

pytype_library(
name = "metrics",
Expand Down

0 comments on commit 6f0919f

Please sign in to comment.