Traktor/myenv/Lib/site-packages/sklearn/__check_build/meson.build

8 lines
143 B
Meson
Raw Normal View History

2024-05-23 01:57:24 +02:00
py.extension_module(
'_check_build',
'_check_build.pyx',
cython_args: cython_args,
install: true,
subdir: 'sklearn/__check_build',
)