From 5d083c8ff8794c598f1e31c24d7f74f36b86cae9 Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Wed, 16 Sep 2020 13:25:47 -0700 Subject: Add a script for automatically DBLP-ifying references (#5) Also added documentation for it in the README. --- BUILD.bazel | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'BUILD.bazel') 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"], +) -- cgit v1.2.3