diff options
Diffstat (limited to 'stsci.sphere')
-rw-r--r-- | stsci.sphere/stsci.sphere.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stsci.sphere/stsci.sphere.ini b/stsci.sphere/stsci.sphere.ini index 0c9afb3..6837ce2 100644 --- a/stsci.sphere/stsci.sphere.ini +++ b/stsci.sphere/stsci.sphere.ini @@ -1,6 +1,6 @@ [package] name: stsci.sphere -version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git +version: 0.2 [about] home: http://www.stsci.edu/institute/software_hardware @@ -9,9 +9,10 @@ summary: ${package:name} [source] git_url: ssh://git@bitbucket.org/stsci_ssb/${package:name} +git_tag: [build] -number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} +number: 0 # Namespace package workaround preserve_egg_dir: yes |