From ac56f1c02f5e549cd1713f4eb3c7d147a139b5ab Mon Sep 17 00:00:00 2001 From: Matt Anderson Date: Wed, 23 Aug 2023 09:13:03 -0500 Subject: [PATCH] fix: add py.typed so mypy will use our annotations --- pyproject.toml | 5 ++++- typer_config/py.typed | 0 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 typer_config/py.typed diff --git a/pyproject.toml b/pyproject.toml index c567adb..ca4f188 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,10 @@ description = "Utilities for working with configuration files in typer CLIs. " authors = ["Matt Anderson "] 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/" diff --git a/typer_config/py.typed b/typer_config/py.typed new file mode 100644 index 0000000..e69de29