Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Kiewisz <56911280+RRobert92@users.noreply.github.com>
  • Loading branch information
RRobert92 committed May 9, 2024
1 parent 23afc60 commit abbfe3c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions conda-build/meta.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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'] }}
home: https://github.com/SMLC-NYSBC/TARDIS
license: MIT
license_file: LICENSE

0 comments on commit abbfe3c

Please sign in to comment.