ADD py.typed

This commit is contained in:
Omer Lubin
2024-09-14 22:59:28 +03:00
parent 379791ad56
commit 5c7fa35b43
2 changed files with 1 additions and 1 deletions

View File

@@ -254,6 +254,6 @@ setup(
include_package_data=True,
is_pure=False,
package_data={
'unicorn': ['lib/*', 'include/unicorn/*']
'unicorn': ['unicorn/py.typed', 'lib/*', 'include/unicorn/*']
}
)

View File