summaryrefslogtreecommitdiff
path: root/stsci.distutils
diff options
context:
space:
mode:
Diffstat (limited to 'stsci.distutils')
-rw-r--r--stsci.distutils/meta.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/stsci.distutils/meta.yaml b/stsci.distutils/meta.yaml
index 69347ad..f1dd3c3 100644
--- a/stsci.distutils/meta.yaml
+++ b/stsci.distutils/meta.yaml
@@ -1,5 +1,7 @@
{% set name = 'stsci.distutils' %}
-{% set version = GIT_DESCRIBE_TAG %}
+{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")
+ +".dev"
+ +environ.get("GIT_DESCRIBE_NUMBER", "0") %}
{% set number = '0' %}
about:
@@ -22,7 +24,6 @@ requirements:
- numpy x.x
- python x.x
source:
- git_tag: {{ version }}
git_url: https://github.com/spacetelescope/stsci.distutils
test:
imports: