summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorSebastian Berg <sebastianb@nvidia.com>2022-11-30 12:46:43 +0100
committerSebastian Berg <sebastianb@nvidia.com>2022-11-30 12:46:43 +0100
commite9e1d039e4a3294b9b63895bb72d8d6c354732c9 (patch)
tree35fd496c5f759aa0249db03ae4b51ff5fa0d99c9 /numpy
parent8cf1f69435f15d4f32bec7e550756a6151bf91f1 (diff)
downloadnumpy-e9e1d039e4a3294b9b63895bb72d8d6c354732c9.tar.gz
MAINT: (meson) Add exceptions and expctions.pyi to pure python sources
Diffstat (limited to 'numpy')
-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'