File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
76package :
87 name : dms-datastore
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
You can’t perform that action at this time.
0 commit comments