Skip to content

Commit

Permalink
include py.typed in package (#368)
Browse files Browse the repository at this point in the history
without this mypy can fail to detect the tierkreis library has type hints
  • Loading branch information
ss2165 committed Dec 1, 2023
1 parent ab97123 commit 4932c3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ backend-path = ["tierkreis/_build"]
version = { attr = "tierkreis._version.__version__" }

[tool.setuptools.packages.find]
include = ["tierkreis*"]
include = ["tierkreis*", "tierkreis/py.typed"]
2 changes: 1 addition & 1 deletion tierkreis/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 4932c3e

Please sign in to comment.