Skip to content

Commit 223fe42

Browse files
committed
BLD: include py.typed in package
this fixes a regression in moving to meson-python
1 parent 25976fd commit 223fe42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ sources_raw = {
1111
'array_api_compat': [
1212
'src/array_api_compat/__init__.py',
1313
'src/array_api_compat/_internal.py',
14+
'src/array_api_compat/py.typed',
1415
],
1516

1617
'array_api_compat/common': [

0 commit comments

Comments
 (0)