Skip to content

Commit 4153a00

Browse files
committed
Skip LICENSE.txt and NOTICE.txt for now
1 parent 16517ce commit 4153a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ project(
2727
check: true,
2828
).stdout().strip(),
2929
license: 'Apache-2.0',
30-
license_files: ['../LICENSE.txt'],
30+
#license_files: ['../LICENSE.txt'],
3131
meson_version: '>=1.4.0',
3232
default_options: ['buildtype=release', 'cpp_std=c++17'],
3333
)
3434

3535
py = import('python').find_installation(pure: false)
3636

37-
install_data('../NOTICE.txt', install_dir: py.get_install_dir() / 'pyarrow')
37+
#install_data('../NOTICE.txt', install_dir: py.get_install_dir() / 'pyarrow')
3838

3939
arrow_dep = dependency('arrow')
4040

0 commit comments

Comments
 (0)