Add py.typed file to indicate that this library has typing annotations.
parent
747243cc50
commit
fda2869cce
2
setup.py
2
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"]},
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue