We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05daebf commit 9dcddd8Copy full SHA for 9dcddd8
meson.build
@@ -142,6 +142,9 @@ if pyprojectwheelbuild_enabled
142
143
endforeach
144
145
+ # dist - script to reduce the *tar.gz
146
+ meson.add_dist_script(py, files('scripts'/'strip-sdist.py'))
147
+
148
else
149
## Fortran library standalone compilation
150
@@ -227,5 +230,3 @@ else
227
230
endif
228
231
229
232
-# dist - script to reduce the *tar.gz
-meson.add_dist_script('scripts/strip-sdist.py')
scripts/strip-sdist.py
@@ -1,4 +1,3 @@
1
-#!/usr/bin/env python3
2
"""
3
Script file to strip unwanted files from dist tarball
4
0 commit comments