There was an error while loading. Please reload this page.
1 parent 0e63510 commit 0f233c1Copy full SHA for 0f233c1
1 file changed
packages/gapic-generator/setup.py
@@ -61,7 +61,9 @@
61
author="Google LLC",
62
author_email="googleapis-packages@google.com",
63
license="Apache-2.0",
64
- packages=setuptools.find_namespace_packages(exclude=["docs", "tests"]),
+ packages=setuptools.find_namespace_packages(
65
+ exclude=["docs*", "tests*", "testing*", ".*", "bazel*", "rules_python_gapic*"]
66
+ ),
67
url=url,
68
classifiers=[
69
release_status,
0 commit comments