Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit c5daed8

Browse files
chore(python): include py.typed files in release
A py.typed file must be included in the released package for it to be considered typed by type checkers. https://www.python.org/dev/peps/pep-0561/#packaging-type-information. See googleapis/python-secret-manager#79 Source-Author: Bu Sun Kim <[email protected]> Source-Date: Fri Feb 5 17:32:06 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 33366574ffb9e11737b3547eb6f020ecae0536e8 Source-Link: googleapis/synthtool@3336657
1 parent 26f1713 commit c5daed8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616

1717
# Generated by synthtool. DO NOT EDIT!
1818
include README.rst LICENSE
19-
recursive-include google *.json *.proto
19+
recursive-include google *.json *.proto py.typed
2020
recursive-include tests *
2121
global-exclude *.py[co]
2222
global-exclude __pycache__
2323

2424
# Exclude scripts for samples readmegen
25-
prune scripts/readme-gen
25+
prune scripts/readme-gen

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"git": {
1919
"name": "synthtool",
2020
"remote": "https://github.com/googleapis/synthtool.git",
21-
"sha": "d1bb9173100f62c0cfc8f3138b62241e7f47ca6a"
21+
"sha": "33366574ffb9e11737b3547eb6f020ecae0536e8"
2222
}
2323
},
2424
{
2525
"git": {
2626
"name": "synthtool",
2727
"remote": "https://github.com/googleapis/synthtool.git",
28-
"sha": "d1bb9173100f62c0cfc8f3138b62241e7f47ca6a"
28+
"sha": "33366574ffb9e11737b3547eb6f020ecae0536e8"
2929
}
3030
}
3131
],

0 commit comments

Comments
 (0)