Skip to content

Commit 1829a3b

Browse files
fix: Added py.typed to MANIFEST.in (#1526)
* Added py.typed to MANIFEST.in * Moved from MANIFEST.in to py.typed per PR suggestion * chore: Refresh system test creds. * Add py.typed to MANIFEST.in --------- Co-authored-by: Carl Lundin <[email protected]>
1 parent cb98227 commit 1829a3b

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include README.rst LICENSE CHANGELOG.rst
22
recursive-include tests *
33
global-exclude *.pyc __pycache__
4+
global-include *.typed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
packages=find_namespace_packages(
5959
exclude=("tests*", "system_tests*", "docs*", "samples*")
6060
),
61+
package_data={"google.auth": ["py.typed"], "google.oauth2": ["py.typed"]},
6162
install_requires=DEPENDENCIES,
6263
extras_require=extras,
6364
python_requires=">=3.7",

system_tests/secrets.tar.enc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)