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 16517ce commit 4153a00Copy full SHA for 4153a00
python/meson.build
@@ -27,14 +27,14 @@ project(
27
check: true,
28
).stdout().strip(),
29
license: 'Apache-2.0',
30
- license_files: ['../LICENSE.txt'],
+ #license_files: ['../LICENSE.txt'],
31
meson_version: '>=1.4.0',
32
default_options: ['buildtype=release', 'cpp_std=c++17'],
33
)
34
35
py = import('python').find_installation(pure: false)
36
37
-install_data('../NOTICE.txt', install_dir: py.get_install_dir() / 'pyarrow')
+#install_data('../NOTICE.txt', install_dir: py.get_install_dir() / 'pyarrow')
38
39
arrow_dep = dependency('arrow')
40
0 commit comments