From fda2869ccebd2ffe72713405d75434568dd44363 Mon Sep 17 00:00:00 2001 From: Robert de Vries Date: Thu, 11 Jun 2026 22:54:40 +0200 Subject: [PATCH] Add py.typed file to indicate that this library has typing annotations. --- setup.py | 2 +- wolfcrypt/py.typed | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 wolfcrypt/py.typed diff --git a/setup.py b/setup.py index 5873f31..2c93a2b 100755 --- a/setup.py +++ b/setup.py @@ -63,5 +63,5 @@ setup( install_requires=["cffi>=1.17"], cffi_modules=["./scripts/build_ffi.py:ffibuilder"], - package_data={"wolfcrypt": ["*.dll", "**/*.pyi"]} + package_data={"wolfcrypt": ["*.dll", "**/*.pyi", "py.typed"]}, ) diff --git a/wolfcrypt/py.typed b/wolfcrypt/py.typed new file mode 100644 index 0000000..e69de29