summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/meson.build b/numpy/meson.build
index bdf2d592e..23bd83a04 100644
--- a/numpy/meson.build
+++ b/numpy/meson.build
@@ -95,6 +95,8 @@ python_sources = [
'ctypeslib.py',
'ctypeslib.pyi',
'dual.py',
+ 'exceptions.py',
+ 'exceptions.pyi',
'matlib.py',
'py.typed',
'version.py'