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 --- pywcs/pywcs.ini | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'pywcs') diff --git a/pywcs/pywcs.ini b/pywcs/pywcs.ini index 5e23db1..e74918c 100644 --- a/pywcs/pywcs.ini +++ b/pywcs/pywcs.ini @@ -1,6 +1,6 @@ [package] name: pywcs -version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git +version: 1.12.1 [about] home: https://github.com/spacetelescope/${package:name} @@ -8,13 +8,11 @@ license: BSD summary: ${package:name} [source] -#fn: ${package:name}-${package:version}.tar.gz -#url: https://pypi.python.org/packages/source/p/${package:name}/${fn} -#md5: 5ed527a601ca1eba62c6be64b3dab620 -git_url: ${about:home}.git +git_url: ${about:home} +git_tag: [build] -number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} +number: 0 [requirements] build: -- cgit