From 726e6c7de09c09197363772d15cf05009d063b07 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sun, 6 Jul 2025 17:16:45 +0200 Subject: [PATCH] py.typed file added indication packet uses type annotations --- pyproject.toml | 2 +- src/pyladoc/py.typed | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/pyladoc/py.typed diff --git a/pyproject.toml b/pyproject.toml index 111bf91..0b0f656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ build-backend = "setuptools.build_meta" where = ["src"] [tool.setuptools.package-data] -pyladoc = ["templates/*"] +pyladoc = ["templates/*", "py.typed"] [tool.mypy] files = ["src"] diff --git a/src/pyladoc/py.typed b/src/pyladoc/py.typed new file mode 100644 index 0000000..e69de29