Skip to content

Commit 55a343a

Browse files
committed
BLD: put back install of two files still needed for tests
1 parent d7e2175 commit 55a343a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

numpy/core/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,7 @@ python_sources = [
10011001
'shape_base.py',
10021002
'shape_base.pyi',
10031003
'umath.py',
1004+
'umath_tests.py',
10041005
]
10051006

10061007
py.install_sources(

numpy/random/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ py.install_sources(
153153
'_examples/cython/extending.pyx',
154154
'_examples/cython/extending_distributions.pyx',
155155
'_examples/cython/meson.build',
156+
'_examples/cython/setup.py',
156157
],
157158
subdir: 'numpy/random/_examples/cython'
158159
)

0 commit comments

Comments
 (0)