Skip to content

Commit 2a665fb

Browse files
arjungtensorflow-copybara
authored andcommitted
Update the top-level BUILD file to define a new target for version.py.
PiperOrigin-RevId: 273631707
1 parent 935d25a commit 2a665fb

File tree

1 file changed

+7
-0
lines changed
  • neural_structured_learning

1 file changed

+7
-0
lines changed

neural_structured_learning/BUILD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,16 @@ py_library(
2727
name = "neural_structured_learning",
2828
srcs = ["__init__.py"],
2929
deps = [
30+
":version",
3031
"//neural_structured_learning/estimator",
3132
"//neural_structured_learning/keras",
3233
"//neural_structured_learning/lib",
3334
"//neural_structured_learning/tools",
3435
],
3536
)
37+
38+
py_library(
39+
name = "version",
40+
srcs = ["version.py"],
41+
srcs_version = "PY2AND3",
42+
)

0 commit comments

Comments
 (0)