From abbfe3caae9204511cb0e013d4f53b80ac450941 Mon Sep 17 00:00:00 2001 From: Robert Kiewisz <56911280+RRobert92@users.noreply.github.com> Date: Thu, 9 May 2024 15:07:07 +0200 Subject: [PATCH] Update meta.yaml Signed-off-by: Robert Kiewisz <56911280+RRobert92@users.noreply.github.com> --- conda-build/meta.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/conda-build/meta.yaml b/conda-build/meta.yaml index f10f6ece..e9898647 100644 --- a/conda-build/meta.yaml +++ b/conda-build/meta.yaml @@ -1,12 +1,10 @@ -{% set data = load_setup_py_data() %} - package: name: "tardis-em" - version: {{ data.get['version'] }} + version: {{ GIT_DESCRIBE_TAG }} source: git_url: https://github.com/SMLC-NYSBC/TARDIS.git - git_tag: main + git_tag: v0.2.1 requirements: build: @@ -39,6 +37,6 @@ build: script: "python setup.py install --single-version-externally-managed --record=record.txt" about: - home: {{ data['url'] }} - license: {{ data['license'] }} - summary: {{ data['description'] }} \ No newline at end of file + home: https://github.com/SMLC-NYSBC/TARDIS + license: MIT + license_file: LICENSE