From 223fe4283b6ad3c32036a020211a584cf7081cba Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Tue, 9 Jun 2026 10:49:16 +0100 Subject: [PATCH] BLD: include `py.typed` in package this fixes a regression in moving to meson-python --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index f3d816fe..1d3accf4 100644 --- a/meson.build +++ b/meson.build @@ -11,6 +11,7 @@ sources_raw = { 'array_api_compat': [ 'src/array_api_compat/__init__.py', 'src/array_api_compat/_internal.py', + 'src/array_api_compat/py.typed', ], 'array_api_compat/common': [