Commit 766c8084 authored by Christopher Shallue's avatar Christopher Shallue
Browse files

Remove internal restriction in Skip Thoughts BUILD

parent 220e8e7a
......@@ -4,13 +4,6 @@ licenses(["notice"]) # Apache 2.0
exports_files(["LICENSE"])
package_group(
name = "internal",
packages = [
"//skip_thoughts/...",
],
)
py_library(
name = "configuration",
srcs = ["configuration.py"],
......
package(default_visibility = ["//skip_thoughts:internal"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
......
package(default_visibility = ["//skip_thoughts:internal"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment