Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher authored Aug 25, 2023
1 parent 62751a5 commit c202b21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{% set data = load_setup_py_data(setup_file='../setup.py', from_recipe_dir=True) %}
{% set version = data.get('version') %}
{% set name = 'med-diagnostics' %}

package:
name: med_diagnostics
name: {{ name|lower }}
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/a/med-diagnostics/med-diagnostics-{{ version }}.tar.gz"
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz

build:
noarch: python
Expand Down

0 comments on commit c202b21

Please sign in to comment.