From 4123a3b4ce4c31c40d43f0f17b744f303304601e Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sun, 30 Nov 2025 01:12:29 +0800 Subject: [PATCH] Do not install tests.* --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c02c9af9c0..d607057909 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ author="Google LLC", author_email="googleapis-packages@google.com", license="Apache 2.0", - packages=setuptools.find_namespace_packages(exclude=["docs", "tests"]), + packages=setuptools.find_namespace_packages(exclude=["docs", "tests", "tests.*"]), url=url, classifiers=[ release_status,