From 93827d0b141afbf43780d28ed423173b0303289a Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Fri, 18 Mar 2016 20:32:47 -0400 Subject: Begin prepping for internal testing --- stsci.stimage/stsci.stimage.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'stsci.stimage') diff --git a/stsci.stimage/stsci.stimage.ini b/stsci.stimage/stsci.stimage.ini index ae34e06..d59bd65 100644 --- a/stsci.stimage/stsci.stimage.ini +++ b/stsci.stimage/stsci.stimage.ini @@ -1,6 +1,6 @@ [package] name: stsci.stimage -version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git +version: 0.2.1 [about] home: https://github.com/embray/${package:name} @@ -9,9 +9,10 @@ summary: ${package:name} [source] git_url: https://github.com/spacetelescope/${package:name} +git_tag: [build] -number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} +number: 0 # Namespace package workaround preserve_egg_dir: yes -- cgit