From 0a5cb865cede87b225be70dec646894d7bdf044d Mon Sep 17 00:00:00 2001 From: Gary Yendell Date: Wed, 25 Sep 2024 10:18:28 +0000 Subject: [PATCH] Add py.typed for PEP-561 type hinting --- pyproject.toml | 1 + src/pvi/py.typed | 0 2 files changed, 1 insertion(+) create mode 100644 src/pvi/py.typed diff --git a/pyproject.toml b/pyproject.toml index 1cf28577..800bb0f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,6 +50,7 @@ dev = [ [tool.setuptools.package-data] pvi = [ + "py.typed", "_format/*.adl", "_format/*.edl", "_format/*.bob", diff --git a/src/pvi/py.typed b/src/pvi/py.typed new file mode 100644 index 00000000..e69de29b