Skip to content

Commit

Permalink
Add py.typed marker
Browse files Browse the repository at this point in the history
Fixes #612
  • Loading branch information
chuckwondo committed Sep 10, 2023
1 parent 9bfa633 commit 032706a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added pangeo_forge_recipes/py.typed
Empty file.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ write_to_template = "__version__ = '{version}'"
[tool.setuptools.packages.find]
exclude = ["docs_src"]

[tool.setuptools.package-data]
pangeo_forge_recipes = ["py.typed"]

[tool.black]
line-length = 100

Expand Down

0 comments on commit 032706a

Please sign in to comment.