Add files to python sources that we will need for the upb source distribution

PiperOrigin-RevId: 497247234
diff --git a/python/BUILD.bazel b/python/BUILD.bazel
index 31ccd4b..d371840 100644
--- a/python/BUILD.bazel
+++ b/python/BUILD.bazel
@@ -436,7 +436,12 @@
             "google/protobuf/internal/test_util.py",
             "google/protobuf/internal/import_test_package/__init__.py",
         ],
-    ),
+    ) + [
+      "README.md",
+      "google/__init__.py",
+      "setup.cfg",
+      "tox.ini",
+    ],
     visibility = ["@upb//:__subpackages__"],
     strip_prefix = "",
 )