Skip to content

Commit

Permalink
fix: add py.typed so mypy will use our annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
maxb2 committed Aug 23, 2023
1 parent 8426c45 commit ac56f1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ description = "Utilities for working with configuration files in typer CLIs. "
authors = ["Matt Anderson <matt@manderscience.com>"]
readme = "README.md"
license = "MIT"
packages = [{include = "typer_config"}]
packages = [
{include = "typer_config"},
{include = "typer_config/py.typed"}
]
repository = "https://github.com/maxb2/typer-config"
documentation = "https://maxb2.github.io/typer-config/"
homepage = "https://maxb2.github.io/typer-config/"
Expand Down
Empty file added typer_config/py.typed
Empty file.

0 comments on commit ac56f1c

Please sign in to comment.