Skip to content

Commit 2227b12

Browse files
committed
Cleanup meson script based on reviewer feedback
1 parent 7fb7f10 commit 2227b12

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cypari2/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ foreach name, pyx : extension_data
3737
sources: pyx,
3838
subdir: 'cypari2',
3939
install: true,
40-
#include_directories: [inc_dirs, 'cypari2'],
4140
dependencies: [cysignals, pari],
4241
)
4342
endforeach

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
project('cypari2',
22
['c', 'cython'],
33
version: files('VERSION'),
4-
license: 'GPL v3',
5-
default_options: ['c_std=c17', 'cpp_std=c++17', 'python.install_env=auto'],
4+
license: 'GPL v2+',
5+
default_options: ['c_std=c17', 'python.install_env=auto'],
66
meson_version: '>=1.2',
77
)
88

0 commit comments

Comments
 (0)