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 /htc_utils | |
parent | c2258bb3ed15fe8db17bf323f5f100731a167cf5 (diff) | |
download | cbc-recipes-93827d0b141afbf43780d28ed423173b0303289a.tar.gz |
Begin prepping for internal testing
Diffstat (limited to 'htc_utils')
-rw-r--r-- | htc_utils/htc_utils.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htc_utils/htc_utils.ini b/htc_utils/htc_utils.ini index 0e640ae..7769a75 100644 --- a/htc_utils/htc_utils.ini +++ b/htc_utils/htc_utils.ini @@ -1,6 +1,6 @@ [package] name: htc_utils -version: 1.0 +version: 0.1 [about] home: http://bitbucket.org/jhunkeler/${package:name} @@ -10,9 +10,10 @@ readme: README.md [source] git_url: https://bitbucket.org/jhunkeler/${package:name} +#git_tag: ${package:version} [build] -number: 2 +number: 0 [requirements] build: @@ -21,7 +22,6 @@ build: python run: argparse [py26] - setuptools python [test] |