blob: 2181b3143253cdaf2b11983dc30d631532f13601 [file] [log] [blame]
Brian Silverman6470f442018-08-05 12:08:16 -07001py_runtime(
2 name = "runtime",
3 files = [
4 "runtime_binary.sh",
5 "@python_repo//:all_files",
6 ],
7 interpreter = "runtime_binary.sh",
8 visibility = ["//visibility:public"],
9)