Skip to content

Commit

Permalink
MAINT: meson.build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Smit-create committed Jan 4, 2022
1 parent bbdf1ae commit 2ebbeed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions scipy/signal/_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class tuple_str_array:
Special case argument that can be either a string, tuple or array
for __ua_convert__.
"""
pass


class _ScipySignalBackend:
Expand Down
3 changes: 3 additions & 0 deletions scipy/signal/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ spline = py3.extension_module('_spline',

py3.install_sources([
'__init__.py',
'_api.py',
'_arraytools.py',
'_backend.py',
'_bsplines.py',
'_czt.py',
'_filter_design.py',
Expand All @@ -124,6 +126,7 @@ py3.install_sources([
'_ltisys.py',
'_max_len_seq.py',
'_max_len_seq_inner.py',
'_multimethods.py',
'_peak_finding.py',
'_savitzky_golay.py',
'_signaltools.py',
Expand Down
2 changes: 2 additions & 0 deletions scipy/signal/tests/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
py3.install_sources([
'__init__.py',
'mock_backend.py',
'mpsig.py',
'test_array_tools.py',
'test_backend.py',
'test_bsplines.py',
'test_cont2discrete.py',
'test_czt.py',
Expand Down

0 comments on commit 2ebbeed

Please sign in to comment.