Commit d1cdc444 authored by Chris Shallue's avatar Chris Shallue Committed by GitHub
Browse files

Merge pull request #2264 from cshallue/master

Remove internal restrictions in Skip Thoughts BUILD
parents 142c080c 766c8084
......@@ -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