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 07e1d89 commit 247e15fCopy full SHA for 247e15f
meson.build
@@ -1,7 +1,5 @@
1
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(),
+ version: '0.0.0', # Actual version set by setuptools_scm via meson-python
5
default_options: ['warning_level=2', 'cpp_std=c++11']
6
)
7
0 commit comments