aboutsummaryrefslogtreecommitdiff
path: root/astrolib.coords/astrolib.coords.ini
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2016-03-18 20:32:47 -0400
committerJoe Hunkeler <jhunk@stsci.edu>2016-03-20 15:05:18 -0400
commit93827d0b141afbf43780d28ed423173b0303289a (patch)
tree4cc122e6ab52acd77f7029322ea2b3c8f5b5ba68 /astrolib.coords/astrolib.coords.ini
parentc2258bb3ed15fe8db17bf323f5f100731a167cf5 (diff)
downloadcbc-recipes-93827d0b141afbf43780d28ed423173b0303289a.tar.gz
Begin prepping for internal testing
Diffstat (limited to 'astrolib.coords/astrolib.coords.ini')
-rw-r--r--astrolib.coords/astrolib.coords.ini8
1 files changed, 5 insertions, 3 deletions
diff --git a/astrolib.coords/astrolib.coords.ini b/astrolib.coords/astrolib.coords.ini
index c97a710..69cd261 100644
--- a/astrolib.coords/astrolib.coords.ini
+++ b/astrolib.coords/astrolib.coords.ini
@@ -1,17 +1,18 @@
[package]
name : astrolib.coords
-version : {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git
+version : 0.39.6
[about]
home : https://github.com/spacetelescope/astrolib.coords.git
-license :
+license : BSD
summary : ${package:name}
[source]
git_url : ${about:home}/${fn}
+git_tag: ${package:version}
[build]
-number : {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
+number : 0
[requirements]
build :
@@ -32,6 +33,7 @@ imports :
[cbc_build]
linux :
pip install --no-deps --upgrade --force d2to1 || exit 1
+ test -f README.md && ln -s README.md README.txt
python setup.py install || exit 1
windows :