aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorYoshi Automation Bot <yoshi-automation@google.com>2021-02-08 08:29:23 -0800
committerGitHub <noreply@github.com>2021-02-08 09:29:23 -0700
commit911e82f594391f94206e5ab72c8968d56c5e4bfa (patch)
tree515cafcb94685cd8fcd903d76105d89c32f222fd /MANIFEST.in
parent94c76e0873e5b2f42331d5b1ad286c1e63b61395 (diff)
downloadpython-api-core-911e82f594391f94206e5ab72c8968d56c5e4bfa.tar.gz
chore(python): include py.typed files in release (#145)
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 https://github.com/googleapis/python-secret-manager/issues/79 Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Fri Feb 5 17:32:06 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 33366574ffb9e11737b3547eb6f020ecae0536e8 Source-Link: https://github.com/googleapis/synthtool/commit/33366574ffb9e11737b3547eb6f020ecae0536e8
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index e9e29d1..e783f4c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -16,10 +16,10 @@
# Generated by synthtool. DO NOT EDIT!
include README.rst LICENSE
-recursive-include google *.json *.proto
+recursive-include google *.json *.proto py.typed
recursive-include tests *
global-exclude *.py[co]
global-exclude __pycache__
# Exclude scripts for samples readmegen
-prune scripts/readme-gen \ No newline at end of file
+prune scripts/readme-gen