Skip to content

Commit 1e4de9d

Browse files
authored
fix: exclude docs in tool.setuptools.packages.find (#13607)
Fixes #13602
1 parent 7748c88 commit 1e4de9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/googleapis-common-protos/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Repository = "https://github.com/googleapis/google-cloud-python/tree/main/packag
5151
grpc = ["grpcio >= 1.44.0, < 2.0.0.dev0"]
5252

5353
[tool.setuptools.packages.find]
54-
exclude = ["tests*", "testing*"]
54+
exclude = ["tests*", "testing*", "docs*"]

0 commit comments

Comments
 (0)