Skip to content

Commit

Permalink
Add py.typed (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Feb 28, 2024
1 parent a6bb639 commit 0240bcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ where = ["src"]
include = ["calliope*"]

[tool.setuptools.package-data]
calliope = ["config/*", "math/*", "example_models/**/*"]
calliope = ["config/*", "math/*", "example_models/**/*", "py.typed"]

[tool.setuptools]
license-files = ["LICENSE", "CITATION"]
Expand Down
Empty file added src/calliope/py.typed
Empty file.

0 comments on commit 0240bcc

Please sign in to comment.