Skip to content

Commit a9f513f

Browse files
another attempt to fix meta.yaml
1 parent 418a8b5 commit a9f513f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

conda.recipe/meta.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{# raw is for ignoring templating with cookiecutter, leaving it for use with conda-build -#}
22
{% set pyproject = load_file_data('../pyproject.toml', from_recipe_dir=True) %}
33
{% set project = pyproject['project'] %}
4-
{% set version = environ.get("SETUPTOOLS_SCM_PRETEND_VERSION", "0.0.0") %}
5-
{% set version = environ.get('PKG_VERSION') or environ.get('SETUPTOOLS_SCM_PRETEND_VERSION') %}
4+
{% set version = environ.get('PKG_VERSION') or environ.get('SETUPTOOLS_SCM_PRETEND_VERSION') or "0.0.0" %}
65

76
package:
87
name: dms-datastore
@@ -69,5 +68,5 @@ about:
6968
home: https://github.com/CADWRDeltaModeling/dms_datastore
7069
summary: Downloading tools and data repository management
7170
license: MIT
72-
license_file: LICENSE
71+
license_file: ../LICENSE
7372

0 commit comments

Comments
 (0)