Skip to content

Commit 94bba3e

Browse files
committed
Install skimage2 in correct location
1 parent c1a11c4 commit 94bba3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/skimage2/meson.build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
py3.install_sources(
2-
'__init__.py'
2+
'__init__.py',
3+
pure: false,
4+
subdir: 'skimage2'
35
)

0 commit comments

Comments
 (0)