We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a11c4 commit 94bba3eCopy full SHA for 94bba3e
src/skimage2/meson.build
@@ -1,3 +1,5 @@
1
py3.install_sources(
2
- '__init__.py'
+ '__init__.py',
3
+ pure: false,
4
+ subdir: 'skimage2'
5
)
0 commit comments