Skip to content

Commit 810ae4f

Browse files
committed
Use load_setup_py_data in meta.yaml
1 parent 73e73ae commit 810ae4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

conf/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
{% set data = load_setup_py_data() %}
2+
13
package:
24
name: mpi4py_fft_test
3-
version: "{{ GIT_DESCRIBE_TAG }}"
5+
version: {{ data.get('version') }}
46

57
source:
68
git_url: ../

0 commit comments

Comments
 (0)