Skip to content

Commit

Permalink
Revert "MAINT: small simplification of meson.build following best pra…
Browse files Browse the repository at this point in the history
…ctices" (#54802)

* Revert "MAINT: small simplification of meson.build following best practices (#54737)"

This reverts commit ca42994.

* Update meson.build

* Update meson.build

---------

Co-authored-by: Thomas Li <47963215+lithomas1@users.noreply.github.com>
  • Loading branch information
phofl and lithomas1 authored Aug 28, 2023
1 parent dc0ec0b commit 0a23624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project(
'pandas',
'c', 'cpp', 'cython',
version: run_command(['python3', 'generate_version.py', '--print'], check: true).stdout().strip(),
version: run_command(['python', 'generate_version.py', '--print'], check: true).stdout().strip(),
license: 'BSD-3',
meson_version: '>=1.0.1',
default_options: [
Expand Down

0 comments on commit 0a23624

Please sign in to comment.