Skip to content

Commit

Permalink
fix: ensure that 'test_utils/py.typed' is packaged (#76)
Browse files Browse the repository at this point in the history
Don't use the templated 'MANIFEST.in', because it assumes that stuff is
under 'google/'.

Closes #75.
  • Loading branch information
tseaver committed Dec 7, 2021
1 parent d6e8077 commit 4beb565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Generated by synthtool. DO NOT EDIT!
include README.rst LICENSE
recursive-include google *.json *.proto py.typed
recursive-include test_utils *.json *.proto py.typed
recursive-include tests *
global-exclude *.py[co]
global-exclude __pycache__
Expand Down
1 change: 1 addition & 0 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
templated_files,
excludes=[
".coveragerc",
"MANIFEST.in", # no 'google' package
"noxfile.py", # noxfile is non-standard
"docs/**/*", # no docs to publish
".kokoro/docs/",
Expand Down

0 comments on commit 4beb565

Please sign in to comment.