copybara config update to export /MODULE.bazel

PiperOrigin-RevId: 712795247
diff --git a/MODULE.bazel b/MODULE.bazel
new file mode 100644
index 0000000..478603d
--- /dev/null
+++ b/MODULE.bazel
@@ -0,0 +1,12 @@
+# Copyright 2025 The Brotli Authors. All rights reserved.
+#
+# Distributed under MIT license.
+# See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
+
+"""Brotli reference implementation"""
+
+module(
+    name = "brotli",
+    version = "1.1.0",
+    repo_name = "org_brotli",
+)
diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel
deleted file mode 100644
index d5f3096..0000000
--- a/WORKSPACE.bazel
+++ /dev/null
@@ -1 +0,0 @@
-workspace(name = "org_brotli")