Skip to content

Commit edff4d1

Browse files
Adding py.typed to all top level packages
Adding py.typed to all top level packages
1 parent 6c86813 commit edff4d1

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
recursive-include src/planet_auth/oidc/resources *
22
include src/planet_auth/py.typed
3+
include src/planet_auth_config_injection/py.typed
4+
include src/planet_auth_utils/py.typed
35
prune **/__pycache__

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.1.1 - 2025-08-11
4+
- Add py.typed to all top level packages
5+
36
## 2.1.0 - 2025-07-09
47
- Initial public release targeting integration with the
58
[Planet Client for Python](https://github.com/planetlabs/planet-client-python).

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def mkdocs_build(session):
180180
def mkdocs_checklinks(session):
181181
"""Check links in the documentation"""
182182
session.install("-e", ".[docs]")
183-
session.run("mkdocs-linkcheck", "-v", "-r", "docs")
183+
session.run("mkdocs-linkcheck", "-v", "-r", "--sync", "docs")
184184

185185

186186
@nox.session(python=_DEFAULT_PYTHON)

src/planet_auth_config_injection/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)