Skip to content

Commit 9dcddd8

Browse files
committed
Modify meson.build
1 parent 05daebf commit 9dcddd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

meson.build

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ if pyprojectwheelbuild_enabled
142142

143143
endforeach
144144

145+
# dist - script to reduce the *tar.gz
146+
meson.add_dist_script(py, files('scripts'/'strip-sdist.py'))
147+
145148
else
146149
## Fortran library standalone compilation
147150

@@ -227,5 +230,3 @@ else
227230
endif
228231

229232
endif
230-
# dist - script to reduce the *tar.gz
231-
meson.add_dist_script('scripts/strip-sdist.py')

scripts/strip-sdist.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python3
21
"""
32
Script file to strip unwanted files from dist tarball
43

0 commit comments

Comments
 (0)