diff --git a/conda/meta.yml b/conda/meta.yaml similarity index 91% rename from conda/meta.yml rename to conda/meta.yaml index ce5dcd9..5fec4f6 100644 --- a/conda/meta.yml +++ b/conda/meta.yaml @@ -2,9 +2,10 @@ {% set version = data.get('version') %} {% set pyproj = load_file_data('../pyproject.toml', from_recipe_dir=True) %} {% set project = pyproj.get('project') %} +{% set name = project.get('name') %} package: - name: um2nc + name: {{ name }} version: "{{ version }}" build: @@ -23,7 +24,7 @@ requirements: host: - python - pip - - setupools >=61.0.0 + - setuptools >=61.0.0 - versioneer run: - python >=3.10 @@ -39,7 +40,7 @@ test: source_files: - test/** commands: - - py.test + - pytest about: home: https://github.com/access-nri/um2nc-standalone