Skip to content

Commit 247e15f

Browse files
committed
fix: Remove setuptools_scm call from meson.build (not available at configure time)
1 parent 07e1d89 commit 247e15f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

meson.build

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
project('pyemd', 'cpp', 'cython',
2-
version: run_command('python3', '-c',
3-
'from setuptools_scm import get_version; print(get_version())',
4-
check: true).stdout().strip(),
2+
version: '0.0.0', # Actual version set by setuptools_scm via meson-python
53
default_options: ['warning_level=2', 'cpp_std=c++11']
64
)
75

0 commit comments

Comments
 (0)