summaryrefslogtreecommitdiff
path: root/BUILD.bazel
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2023-11-28 22:20:17 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-11-28 23:58:43 +0000
commitcd6a9b34b55ea52aaee4e4b14aa4b8ceabc70587 (patch)
tree7fced9b62fad31ab058596d38b65116c9fb81a75 /BUILD.bazel
parent0ffed150b171ccc239eeafc7f2abd0e3560ce2bb (diff)
SERVER-83258 add python toolchain to bazel build
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
new file mode 100644
index 00000000000..6b69cf8205a
--- /dev/null
+++ b/BUILD.bazel
@@ -0,0 +1,3 @@
+package(default_visibility = ["//visibility:public"])
+
+exports_files(["pyproject.toml", "poetry.lock"])