Skip to content

Commit

Permalink
fix: Added py.typed to MANIFEST.in (#1526)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
jamesbraza and clundin25 committed Jun 27, 2024
1 parent cb98227 commit 1829a3b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include README.rst LICENSE CHANGELOG.rst
recursive-include tests *
global-exclude *.pyc __pycache__
global-include *.typed
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
packages=find_namespace_packages(
exclude=("tests*", "system_tests*", "docs*", "samples*")
),
package_data={"google.auth": ["py.typed"], "google.oauth2": ["py.typed"]},
install_requires=DEPENDENCIES,
extras_require=extras,
python_requires=">=3.7",
Expand Down
Binary file modified system_tests/secrets.tar.enc
Binary file not shown.

0 comments on commit 1829a3b

Please sign in to comment.