diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-18 20:32:47 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-20 15:05:18 -0400 |
commit | 93827d0b141afbf43780d28ed423173b0303289a (patch) | |
tree | 4cc122e6ab52acd77f7029322ea2b3c8f5b5ba68 /pysynphot | |
parent | c2258bb3ed15fe8db17bf323f5f100731a167cf5 (diff) | |
download | cbc-recipes-93827d0b141afbf43780d28ed423173b0303289a.tar.gz |
Begin prepping for internal testing
Diffstat (limited to 'pysynphot')
-rw-r--r-- | pysynphot/pysynphot.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pysynphot/pysynphot.ini b/pysynphot/pysynphot.ini index c8e8661..a96212e 100644 --- a/pysynphot/pysynphot.ini +++ b/pysynphot/pysynphot.ini @@ -1,6 +1,6 @@ [package] name: pysynphot -version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git +version: 0.9.8.2 [about] home: https://github.com/spacetelescope/${package:name} @@ -9,10 +9,10 @@ summary: ${package:name} [source] git_url: ${about:home} -#git_tag: +git_tag: [build] -number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} +number: 0 preserve_egg_dir: yes [requirements] |