Add py.typed file to indicate that this library has typing annotations.

pull/125/head
Robert de Vries 2026-06-11 22:54:40 +02:00
parent 747243cc50
commit fda2869cce
2 changed files with 1 additions and 1 deletions

View File

@ -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"]},
)

View File