summaryrefslogtreecommitdiff
path: root/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel12
1 files changed, 12 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 58074f4..5d909b4 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -5,3 +5,15 @@ exports_files([
"get_arxivable.sh",
"pdfcrop.sh",
])
+
+py_binary(
+ name = "dblpify",
+ srcs = ["dblpify.py"],
+ deps = [":dblp"],
+ visibility = ["//visibility:public"],
+)
+
+py_library(
+ name = "dblp",
+ srcs = ["dblp.py"],
+)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback