We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94beccf commit 3b9fa78Copy full SHA for 3b9fa78
research/pate_2018/BUILD
@@ -1,4 +1,6 @@
1
-package(default_visibility = ["//visibility:private"])
+load("@rules_python//python:defs.bzl", "py_library")
2
+
3
+package(default_visibility = ["//visibility:public"])
4
5
licenses(["notice"])
6
@@ -12,3 +14,8 @@ filegroup(
12
14
],
13
15
tags = ["ignore_srcs"],
16
)
17
18
+py_library(
19
+ name = "core",
20
+ srcs = ["core.py"],
21
+)
0 commit comments